let's try sourcing bashrc right after changing it

This commit is contained in:
Sebastian Thiel
2020-04-12 14:01:52 +08:00
parent 99ae297d5e
commit 071950db56

View File

@@ -20,6 +20,7 @@ jobs:
run: |
curl https://pyenv.run | bash
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
pyenv versions
pyenv install --skip-existing "${PYENV_VERSION}"
pyenv versions