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 79cd32b commit f8efe5eCopy full SHA for f8efe5e
.github/workflows/test-and-publish.yaml
@@ -187,6 +187,7 @@ jobs:
187
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
188
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
189
echo 'eval "$(pyenv init - bash)"' >> ~/.bashrc
190
+ source ~/.bashrc
191
pyenv install $PYTHON_VERSION
192
pyenv global $PYTHON_VERSION
193
env:
0 commit comments