Skip to content

Commit 072005a

Browse files
committed
Try to install pscopg2 prereqs in sphinx gh action part 5
1 parent 42f1c19 commit 072005a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/sphinx.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: Build HTML
1515
uses: ammaraskar/sphinx-action@master
16-
with:
17-
pre-build-command: |
18-
python -m pip install psycopg2-binary
1916
env:
2017
SETUPTOOLS_SCM_PRETEND_VERSION: 1
2118
- name: Upload artifacts

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
furo==2021.11.16
22
myst-parser==1.0.0
33
sphinx-rtd-theme==1.2.0
4+
psycopg2-binary
45
.

0 commit comments

Comments
 (0)