Skip to content

Commit eb16026

Browse files
committedNov 1, 2023
Add psycopg2 to the testing environment
1 parent 0063443 commit eb16026

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272
- name: Install Testgres
7373
run: |
7474
git clone -b no-port-for --single-branch --depth 1 https://github.com/postgrespro/testgres.git
75-
cd testgres
76-
python setup.py install
75+
pip3 install psycopg2 ./testgres
7776
7877
# Grant the Github runner user full control of the workspace for initdb to successfully process the data folder
7978
- name: Test Probackup

0 commit comments

Comments
 (0)
Please sign in to comment.