This commit is contained in:
Paul Gauthier 2024-07-12 09:19:47 +01:00
parent b89b2c4a1d
commit 962e899f57
2 changed files with 4 additions and 2 deletions

View file

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

View file

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