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 fda7ad1 commit 62e78d7Copy full SHA for 62e78d7
.github/workflows/tox.yaml
@@ -32,12 +32,6 @@ jobs:
32
uses: tj-actions/install-postgresql@v3
33
with:
34
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
41
- name: Tox flake8
42
run: tox -e flake8
43
- name: Tox docs
0 commit comments