Skip to content

Commit f8efe5e

Browse files
committed
fix ci
1 parent 79cd32b commit f8efe5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
188188
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
189189
echo 'eval "$(pyenv init - bash)"' >> ~/.bashrc
190+
source ~/.bashrc
190191
pyenv install $PYTHON_VERSION
191192
pyenv global $PYTHON_VERSION
192193
env:

0 commit comments

Comments
 (0)