diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 58a10e378..7507d6159 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -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/