We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0680b76 commit 5b94f33Copy full SHA for 5b94f33
.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
35
sudo apt update
36
sudo apt-get install -y libtidy5deb1 libzmq3-dev
37
curl https://pyenv.run | bash
38
+ eval "$(pyenv virtualenv-init -)"
39
pyenv global ${{ matrix.python_version }}
40
pip3 install coverage==7.4.1 pytest==8.0.0 virtualenv==20.25.0
41
pip3 install setuptools==69.1.0 setuptools-scm==8.0.4
0 commit comments