Skip to content

Commit

Permalink
Fix redundant "tests/" in test-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali authored Jan 10, 2025
1 parent 3f5e2c1 commit 421f6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ jobs:
run: |
${{ matrix.python-version == '3.9' && 'unset CI' || '' }}
${{ matrix.python-version == '3.9' && 'VIRTUAL_ENV=$PWD/.venv' || '' }}
pytest -n auto --db-backend psql tests -m 'not nightly' tests/
pytest -n auto --db-backend psql -m 'not nightly' tests/

0 comments on commit 421f6d2

Please sign in to comment.