diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 34727412..c66d81f2 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -33,7 +33,7 @@ jobs: pip install -e . pip install pytest - name: Run tests - run: pytest -x -v --durations=30 python/tests + run: pytest -x -v --durations=30 tests mac: timeout-minutes: 30 runs-on: "macos-12" @@ -55,4 +55,4 @@ jobs: pip install -e . pip install pytest - name: Run tests - run: pytest -x -v --durations=30 python/tests \ No newline at end of file + run: pytest -x -v --durations=30 tests \ No newline at end of file