Skip to content

Commit aac5a63

Browse files
committed
build new pg on tests.
1 parent 3237c8f commit aac5a63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424

2525
- name: Build
2626
run: |
27+
sudo apt install -y libreadline-dev zlib1g-dev
2728
bash src/tools/install_pg.sh refs/tags/13.4.1
28-
python setup.py install
29+
sudo python setup.py install
2930
python -m pytest postgresql.tests

0 commit comments

Comments
 (0)