We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621fcc4 commit e1d0526Copy full SHA for e1d0526
2 files changed
.github/workflows/build-test.yml
@@ -38,6 +38,7 @@ jobs:
38
curl https://pyenv.run | bash
39
export PYENV_ROOT="$HOME/.pyenv"
40
export PATH="$PYENV_ROOT/bin:$PATH"
41
+ echo "$PYENV_ROOT/bin:$PATH" >> $GITHUB_PATH
42
eval "$(pyenv init -)"
43
pyenv install -s 3.5.10
44
pyenv global 3.5.10
.github/workflows/github-pages.yml
@@ -41,11 +41,14 @@ jobs:
45
46
47
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