Skip to content

Commit

Permalink
Add psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
postgres-dev committed Nov 1, 2023
1 parent 48efe90 commit 1d4bb98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d4bb98

Please sign in to comment.