1
0
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:
Alexey Savchkov 2023-11-01 23:22:51 +07:00
parent 006344366a
commit eb16026625

View File

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