Updating docker action.

This commit is contained in:
Dan 2022-06-20 15:15:28 -04:00
parent 451931a9aa
commit 8a671dce94
1 changed files with 2 additions and 1 deletions

View File

@ -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: |