install pytest too

This commit is contained in:
Paul Gauthier 2024-07-12 07:36:59 +01:00
parent 37ebe83893
commit b89b2c4a1d
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install . pytest
- name: Run tests
run: |

View file

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install . pytest
- name: Run tests
run: |