diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4ec93a..173de5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Run tests working-directory: ./space2stats_api/ run: | - poetry run pytest src/tests -s -vv + poetry run python -m pytest src/tests env: PGHOST: localhost PGPORT: 5432 @@ -44,5 +44,4 @@ jobs: PGUSER: myuser PGPASSWORD: mypassword PGTABLENAME: space2stats - S3_BUCKET_NAME: test-bucket - PYTHONPATH: ./space2stats_api/src # Add this line \ No newline at end of file + S3_BUCKET_NAME: test-bucket \ No newline at end of file