Skip to content

Commit

Permalink
Install numpy, psutil, and redis 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 e58ecba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ jobs:
with:
python-version: '3.x'

- name: Install numpy libs
run: pip install numpy

- name: Install psutil libs
run: pip install psutil

- name: Install redis libs
run: pip install redis

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

Expand Down

0 comments on commit e58ecba

Please sign in to comment.