Skip to content

Commit 5e6c85f

Browse files
committed
?
1 parent 4a83f3b commit 5e6c85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
${{ runner.os }}-build-
7373
${{ runner.os }}-
7474
- name: Create DB
75-
run: psql -c 'create database "python.org";' -U postgres
75+
run: psql -h localhost -c 'create database "python.org";' -U postgres
7676
- name: Install Node dependencies
7777
if: ${{ matrix.needs-node }}
7878
run: npm ci

0 commit comments

Comments
 (0)