mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-21 18:17:06 +02:00
Add psycopg2 to the testing environment
This commit is contained in:
parent
006344366a
commit
eb16026625
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -72,8 +72,7 @@ jobs:
|
||||
- name: Install Testgres
|
||||
run: |
|
||||
git clone -b no-port-for --single-branch --depth 1 https://github.com/postgrespro/testgres.git
|
||||
cd testgres
|
||||
python setup.py install
|
||||
pip3 install psycopg2 ./testgres
|
||||
|
||||
# Grant the Github runner user full control of the workspace for initdb to successfully process the data folder
|
||||
- name: Test Probackup
|
||||
|
Loading…
Reference in New Issue
Block a user