diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d4d734..ec8fc3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test with pytest run: | - pytest \ No newline at end of file + pytest --rootdir=test \ No newline at end of file