Skip to content

Commit eb16026

Browse files
committed
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

Diff for: .github/workflows/build.yml

+1-2
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)