Update continuous-integration.yml

This commit is contained in:
David PAGNON 2024-04-15 15:39:32 +02:00 committed by GitHub
parent 9dc37bb1b0
commit c580aecbee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,5 +55,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
cd Pose2Sim/S00_Demo_Session
cd Pose2Sim/S00_Demo_BatchSession
pytest -v tests.py