Update continuous-integration.yml

This commit is contained in:
David PAGNON 2023-12-17 20:12:33 +01:00 committed by GitHub
parent f446c3b61f
commit ea707f4008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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