File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3838 curl https://pyenv.run | bash
3939 export PYENV_ROOT="$HOME/.pyenv"
4040 export PATH="$PYENV_ROOT/bin:$PATH"
41+ echo "$PYENV_ROOT/bin:$PATH" >> $GITHUB_PATH
4142 eval "$(pyenv init -)"
4243 pyenv install -s 3.5.10
4344 pyenv global 3.5.10
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments