Skip to content

Commit

Permalink
add torch requirements to documentation github action
Browse files Browse the repository at this point in the history
  • Loading branch information
biphasic committed May 15, 2024
1 parent 0af124a commit b81f886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: |
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
pip install -r test/torch_requirements.txt
pip install -r docs/requirements.txt
pip install .
- name: Build documentation
Expand Down

0 comments on commit b81f886

Please sign in to comment.