Skip to content

Commit 42f1c19

Browse files
committed
Try to install pscopg2 prereqs in sphinx gh action part 4
1 parent 3ec74ac commit 42f1c19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
uses: ammaraskar/sphinx-action@master
1616
with:
1717
pre-build-command: |
18-
apt-get update -y && apt-get install -y libpq-dev gcc postgresql-client &&
19-
export PATH="/usr/bin:${PATH}" &&
20-
python -m pip install psycopg2
18+
python -m pip install psycopg2-binary
2119
env:
2220
SETUPTOOLS_SCM_PRETEND_VERSION: 1
2321
- name: Upload artifacts

0 commit comments

Comments
 (0)