fix directory

This commit is contained in:
Chang She
2023-03-22 14:30:27 -07:00
parent 4f0785e381
commit c45b4dbd27

View File

@@ -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
run: pytest -x -v --durations=30 tests