Skip to content

Commit

Permalink
Update ci-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizio-ottati authored Dec 5, 2023
1 parent 89dc597 commit 21e241f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
pip install -r test/requirements.txt
pip install -r test/torch_requirements.txt
pip install .
- name: Test with pytest
run: pytest test
Expand Down

0 comments on commit 21e241f

Please sign in to comment.