Skip to content

Commit

Permalink
Install numpy for apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Oct 4, 2024
1 parent 6159fa0 commit 9f9aaab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
python-version: '3.x'

- name: Install numpy
run: pip install numpy

- name: Install Sphinx and RTM theme
run: pip install sphinx sphinx-rtd-theme

Expand Down

0 comments on commit 9f9aaab

Please sign in to comment.