Skip to content

Commit 09089e4

Browse files
authored
Update python_actions.yml
1 parent a76b812 commit 09089e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python_actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Actions CI
1+
name: GitHub Actions CI
22

33
on: [pull_request]
44
env:
@@ -15,7 +15,7 @@ jobs:
1515

1616
services:
1717
postgres:
18-
image: postgres:9.6
18+
image: postgres:12.7
1919
env:
2020
POSTGRES_DB: test
2121
POSTGRES_PASSWORD: postgres
@@ -41,8 +41,8 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
python -m pip install --upgrade setuptools pip
44-
pip install -U -r requirements.txt
45-
pip install -U -r dev-requirements.txt
44+
pip install -r requirements.txt
45+
pip install -r dev-requirements.txt
4646
4747
- name: Test with pytest
4848
run: |

0 commit comments

Comments
 (0)