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 3ec74ac commit 42f1c19Copy full SHA for 42f1c19
.github/workflows/sphinx.yml
@@ -15,9 +15,7 @@ jobs:
15
uses: ammaraskar/sphinx-action@master
16
with:
17
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
+ python -m pip install psycopg2-binary
21
env:
22
SETUPTOOLS_SCM_PRETEND_VERSION: 1
23
- name: Upload artifacts
0 commit comments