From 421f6d241eefe6becf2be063aa87476585fe4b34 Mon Sep 17 00:00:00 2001 From: Ali Khosravi Date: Fri, 10 Jan 2025 13:53:25 +0100 Subject: [PATCH] Fix redundant "tests/" in test-install.yml --- .github/workflows/test-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/