Skip to content

Commit 164328c

Browse files
committed
Verify that Postgres is not installed unless requested
1 parent 8a21052 commit 164328c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tox.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
uses: tj-actions/install-postgresql@v3
3333
with:
3434
postgresql-version: 17
35+
- name: Ensure PostgreSQL is not installed
36+
if: ! ${{ matrix.with-postgres }}
37+
run: ! postgres
3538
- name: Tox flake8
3639
run: tox -e flake8
3740
- name: Tox docs

0 commit comments

Comments
 (0)