Skip to content

Commit

Permalink
fix: Sphinx deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
samholt committed Dec 28, 2024
1 parent 1e16192 commit 99521fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Build HTML
uses: ammaraskar/[email protected]
with:
pre-build-command: ". venv/bin/activate"
pre-build-command: |
apt-get update -y && apt-get install -y python3 python3-pip python3-venv pandoc gcc
. venv/bin/activate
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10.15", "3.11.11", "3.12.8"]
python-version: ["3.12.8"]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
furo
ipykernel
nbsphinx
pandoc
sphinx-panels
sphinx-rtd-theme
torchlaplace

0 comments on commit 99521fa

Please sign in to comment.