Skip to content

Commit 665ce26

Browse files
committed
Following instructions4
1 parent b72b39f commit 665ce26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Provide the password for postgres
2727
env:
2828
POSTGRES_PASSWORD: postgres
29-
#POSTGRES_HOST_AUTH_METHOD: trust
29+
POSTGRES_HOST_AUTH_METHOD: trust
3030
POSTGRES_USER: postgres
3131
# Set health checks to wait until postgres has started
3232
options: >-
@@ -47,7 +47,7 @@ jobs:
4747
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
4848
- name: Lint with flake8
4949
run: |
50-
ping postgres
50+
#ping postgres
5151
5252
# stop the build if there are Python syntax errors or undefined names
5353
#flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)