Skip to content

Commit

Permalink
install numpy during generation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomLaclavere committed Dec 6, 2024
1 parent d15b60a commit a51502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.11

- name: Install dependencies
run: python -m pip install myst-parser numpydoc sphinx sphinx_rtd_theme
run: python -m pip install myst-parser numpydoc numpy sphinx sphinx_rtd_theme

- name: Build API documentation
run: |
Expand Down

0 comments on commit a51502e

Please sign in to comment.