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 164328c commit 57113e2Copy full SHA for 57113e2
.github/workflows/tox.yaml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
postgresql-version: 17
35
- name: Ensure PostgreSQL is not installed
36
- if: ! ${{ matrix.with-postgres }}
+ if: ${{ ! matrix.with-postgres }}
37
run: ! postgres
38
- name: Tox flake8
39
run: tox -e flake8
0 commit comments