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 7e497a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
$env:PATH += ";C:\msys64\usr\bin"
pacman -S --noconfirm --needed bison flex
- name: Install Python deps
run: |
git clone -b no-port-for --single-branch --depth 1 https://github.com/postgrespro/testgres.git
pip3 install psycopg2 ./testgres
- name: Make zlib
run: |
git clone -b v1.2.11 --depth 1 https://github.com/madler/zlib.git
Expand Down

0 comments on commit 7e497a2

Please sign in to comment.