Skip to content

Commit

Permalink
Update tests-conda.yml
Browse files Browse the repository at this point in the history
Added torchvision, to run depended testcases.
  • Loading branch information
sreekarreddydfci authored Jan 30, 2024
1 parent caa4bd8 commit 2433814
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ jobs:
- name: Install python-spams
shell: bash -l {0}
run: pip install spams


- name: Install torchvision
shell: bash -l {0}
run: pip install torchvision==0.14.1

- name: disk usage
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 2433814

Please sign in to comment.