Skip to content

Commit

Permalink
Update test-pip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Jul 20, 2024
1 parent a80e5d5 commit f6d0fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Install uxsim and dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install uxsim
- name: Install pytest other dependencies
run: pip install uxsim
run: pip install pytest pytest-rerunfailures pytest-xdist setuptools
- name: Run tests with pytest
run: pytest -n auto tests/test_verification_sioux_falls.py --durations=0 -v

0 comments on commit f6d0fdb

Please sign in to comment.