Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KFilippopolitis committed May 30, 2024
1 parent 8391c3f commit 9c6ae5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/standalone_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
with:
run: cat /tmp/exareme2/testlocalworker1.out

- name: Update python path
run: export PYTHONPATH=$(pwd)

- name: Run all standalone tests
run: poetry run pytest -s -m "not very_slow" --cov=exareme2 tests/standalone_tests --verbosity=4
Expand Down

0 comments on commit 9c6ae5f

Please sign in to comment.