We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621fcc4 commit 5738980Copy full SHA for 5738980
.github/workflows/github-pages.yml
@@ -41,11 +41,14 @@ jobs:
41
curl https://pyenv.run | bash
42
export PYENV_ROOT="$HOME/.pyenv"
43
export PATH="$PYENV_ROOT/bin:$PATH"
44
+ echo "$PYENV_ROOT/bin:$PATH" >> $GITHUB_PATH
45
eval "$(pyenv init -)"
46
pyenv install -s 3.5.10
47
pyenv global 3.5.10
48
python --version
49
python -m pip install --upgrade pip setuptools wheel
50
+
51
52
53
- name: Instala dependências
54
run: pip install -r requirements.txt
0 commit comments