From f6d0fdb06a39dd8997e71d0e640eca78fd659a2c Mon Sep 17 00:00:00 2001 From: Toru Seo <34780089+toruseo@users.noreply.github.com> Date: Sat, 20 Jul 2024 16:15:15 +0900 Subject: [PATCH] Update test-pip.yml --- .github/workflows/test-pip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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