We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57113e2 commit d652f46Copy full SHA for d652f46
.github/workflows/tox.yaml
@@ -34,7 +34,7 @@ jobs:
34
postgresql-version: 17
35
- name: Ensure PostgreSQL is not installed
36
if: ${{ ! matrix.with-postgres }}
37
- run: ! postgres
+ run: ! which postgres
38
- name: Tox flake8
39
run: tox -e flake8
40
- name: Tox docs
0 commit comments