Skip to content

Commit 5b94f33

Browse files
committed
[ci] Launch CI on 4 latest python versions
1 parent 0680b76 commit 5b94f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
sudo apt update
3636
sudo apt-get install -y libtidy5deb1 libzmq3-dev
3737
curl https://pyenv.run | bash
38+
eval "$(pyenv virtualenv-init -)"
3839
pyenv global ${{ matrix.python_version }}
3940
pip3 install coverage==7.4.1 pytest==8.0.0 virtualenv==20.25.0
4041
pip3 install setuptools==69.1.0 setuptools-scm==8.0.4

0 commit comments

Comments
 (0)