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 4f9cb14 commit c30dfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
eval "$(pyenv init -)"
pyenv install ${{ matrix.python_version }}
pyenv global ${{ matrix.python_version }}
pip3 install coverage==7.4.1 pytest==8.0.0 virtualenv==20.25.0
pip3 install coverage==7.6.9 pytest==8.0.0 virtualenv==20.25.0
pip3 install setuptools==69.1.0 setuptools-scm==8.0.4
- name: Start services
Expand All @@ -52,7 +52,7 @@ jobs:
sudo systemctl start docker
- name: Install INGInious
run: pip3 install .
run: pip3 install --no-build-isolation .

- name: Launch pytest tests
run: coverage run --branch -m pytest -v
Expand Down

0 comments on commit c30dfeb

Please sign in to comment.