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 5738980 commit a419662Copy full SHA for a419662
.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
0 commit comments