Skip to content

Commit

Permalink
Merge pull request #22 from infocusp/docs_wflow
Browse files Browse the repository at this point in the history
add requirements in doc workflow
  • Loading branch information
saurabhinfocusp authored Nov 12, 2024
2 parents e323dbe + 250bd42 commit 5cf33ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
- name: Install scalr requirements
run: |
pip install sphinx sphinx_rtd_theme myst_parser
pip install -r requirements.txt
- name: Install sphinx dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ PyYAML==6.0.2
scanpy==1.10.3
scikit-learn==1.5.2
shap==0.46.0
sphinx-rtd-theme==2.0.0
tensorboard==2.17.0
toml==0.10.2
torch==2.4.1 --index-url https://download.pytorch.org/whl/cu118
Expand Down

0 comments on commit 5cf33ff

Please sign in to comment.