diff --git a/.github/workflows/test-pip.yml b/.github/workflows/test-pip.yml index adbfb6b..2a7b21d 100644 --- a/.github/workflows/test-pip.yml +++ b/.github/workflows/test-pip.yml @@ -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