Fixed up test

This commit is contained in:
Tristan Brice Velloza Kildaire 2024-09-04 23:56:01 +02:00
parent a8bc468e21
commit 6599e210de

View File

@ -28,6 +28,6 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
- name: Test
run: |
pytest
make test