Skip to content

Commit

Permalink
updated doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fra-pcmgf committed Oct 25, 2024
1 parent 5d628cf commit c2afbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
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 @@
matplotlib>=3.6
numpy>=1.25
sphinx==8.0.2
scipy>=1.13
intersphinx-registry
myst-parser
numpydoc
Expand Down

0 comments on commit c2afbf3

Please sign in to comment.