Skip to content

Commit

Permalink
Try to install pscopg2 prereqs in sphinx gh action part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed Dec 3, 2024
1 parent 42f1c19 commit 072005a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- uses: actions/checkout@v4
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: |
python -m pip install psycopg2-binary
env:
SETUPTOOLS_SCM_PRETEND_VERSION: 1
- name: Upload artifacts
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
furo==2021.11.16
myst-parser==1.0.0
sphinx-rtd-theme==1.2.0
psycopg2-binary
.

0 comments on commit 072005a

Please sign in to comment.