Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb16026

Browse filesBrowse files
committed
Add psycopg2 to the testing environment
1 parent 0063443 commit eb16026
Copy full SHA for eb16026

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.