Skip to content

Commit 62e78d7

Browse files
committed
Fix matrix
1 parent fda7ad1 commit 62e78d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tox.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
uses: tj-actions/install-postgresql@v3
3333
with:
3434
postgresql-version: 17
35-
# TODO: I think ubuntu-latest already comes with Postgres installed?
36-
# We need a job to run in an environment where that's not the case, otherwise we aren't
37-
# testing the minimum requirements of the client.
38-
run: |
39-
which postgres
40-
which initdb
4135
- name: Tox flake8
4236
run: tox -e flake8
4337
- name: Tox docs

0 commit comments

Comments
 (0)