Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TY-Cheng authored Oct 16, 2024
1 parent 522bee1 commit 36ebe5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
deploy:
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.12"]

runs-on: ubuntu-latest
# Give commit access to the workflow
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install sphinx sphinx-pyproject furo torch scipy numpy
python -m pip install sphinx sphinx-pyproject furo
# Build the docs using Sphinx
- name: Sphinx build
run: |
Expand Down

0 comments on commit 36ebe5b

Please sign in to comment.