Skip to content

Commit

Permalink
Pinning numpy for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lamont committed Jun 27, 2024
1 parent 5f7ecd2 commit 7e04fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx==7.2.6 pydata-sphinx-theme myst-nb sphinx-design sphinx-autoapi==3.0.0 numpydoc ghp-import pickleshare -e .
pip install sphinx==7.2.6 pydata-sphinx-theme myst-nb sphinx-design sphinx-autoapi==3.0.0 numpy==1.26.4 numpydoc ghp-import pickleshare -e .
- name: Sphinx build
run: |
Expand Down

0 comments on commit 7e04fc2

Please sign in to comment.