Skip to content

Commit d652f46

Browse files
committed
Fix postgres command checking
1 parent 57113e2 commit d652f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
postgresql-version: 17
3535
- name: Ensure PostgreSQL is not installed
3636
if: ${{ ! matrix.with-postgres }}
37-
run: ! postgres
37+
run: ! which postgres
3838
- name: Tox flake8
3939
run: tox -e flake8
4040
- name: Tox docs

0 commit comments

Comments
 (0)