diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index fa577c3..6b750ad 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -33,3 +33,4 @@ jobs: run: | pytest tests/test_analyzer.py pytest tests/test_classifier.py + working-directory: ./ # Adjust if necessary to point to the directory where pytest should run