Skip to content

Commit 5738980

Browse files
authored
Install Python 3.5.10 and required dependencies
Added installation of Python 3.5.10 and dependencies.
1 parent 621fcc4 commit 5738980

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ jobs:
4141
curl https://pyenv.run | bash
4242
export PYENV_ROOT="$HOME/.pyenv"
4343
export PATH="$PYENV_ROOT/bin:$PATH"
44+
echo "$PYENV_ROOT/bin:$PATH" >> $GITHUB_PATH
4445
eval "$(pyenv init -)"
4546
pyenv install -s 3.5.10
4647
pyenv global 3.5.10
4748
python --version
4849
python -m pip install --upgrade pip setuptools wheel
50+
51+
4952
5053
- name: Instala dependências
5154
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)