Skip to content

Commit 2c2ae7b

Browse files
committed
GitHub Action torch & torchvision
1 parent f6bca43 commit 2c2ae7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install dependencies 💾
2525
run: |
2626
pip install -r requirements-dev.txt
27+
pip install torch==1.8.0 torchvision==0.9.0
2728
- name: Get PyTorch model
2829
run: |
2930
python -c 'import torchvision.models as models; models.inception_v3(pretrained=True);'

0 commit comments

Comments
 (0)