Skip to content

Commit

Permalink
fix github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
haozhu233 committed Mar 22, 2024
1 parent 20d41c7 commit bfebb0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
python -m pip install --upgrade pip
pip install sphinx
pip install renku-sphinx-theme
pip install numpy
pip install pandas
pip install torch
pip install tqdm
pip install scanpy
pip install scikit-learn
pip install h5py
pip install pyvis
- name: Build documentation
run: |
Expand Down

0 comments on commit bfebb0a

Please sign in to comment.