Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0063443 commit eb16026Copy full SHA for eb16026
.github/workflows/build.yml
@@ -72,8 +72,7 @@ jobs:
72
- name: Install Testgres
73
run: |
74
git clone -b no-port-for --single-branch --depth 1 https://github.com/postgrespro/testgres.git
75
- cd testgres
76
- python setup.py install
+ pip3 install psycopg2 ./testgres
77
78
# Grant the Github runner user full control of the workspace for initdb to successfully process the data folder
79
- name: Test Probackup
0 commit comments