diff --git a/.github/workflows/scheduled_tests.yml b/.github/workflows/scheduled_tests.yml index 5d83c1e..e97cbad 100644 --- a/.github/workflows/scheduled_tests.yml +++ b/.github/workflows/scheduled_tests.yml @@ -57,7 +57,7 @@ jobs: - name: Run pytest run: | source .venv/bin/activate - python -m pytest src/tests/test_remote.py biothings_client.py/tests/geneset.py -s -vv + python -m pytest src/tests/test_remote.py biothings_client.py/tests/test_geneset.py -s -vv # ### For debugging purposes in case of github action failure # ### Reference:https://github.com/mxschmitt/action-tmate