Skip to content

Commit

Permalink
[ci] Launch CI on 4 latest python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Dec 20, 2024
1 parent 0680b76 commit 5b94f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
sudo apt update
sudo apt-get install -y libtidy5deb1 libzmq3-dev
curl https://pyenv.run | bash
eval "$(pyenv virtualenv-init -)"
pyenv global ${{ matrix.python_version }}
pip3 install coverage==7.4.1 pytest==8.0.0 virtualenv==20.25.0
pip3 install setuptools==69.1.0 setuptools-scm==8.0.4
Expand Down

0 comments on commit 5b94f33

Please sign in to comment.