Updating docker action.
This commit is contained in:
parent
451931a9aa
commit
8a671dce94
|
@ -51,8 +51,9 @@ jobs:
|
|||
with:
|
||||
python-version: '3.9'
|
||||
architecture: 'x64'
|
||||
- run: psql -h localhost -c 'create database pb_test;' -U postgres
|
||||
|
||||
- name: Setup Database
|
||||
- run: psql -h localhost -c 'create database pb_test;' -U postgres
|
||||
|
||||
- name: Upgrade pip
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue