Skip to content

Commit 9f5c5fe

Browse files
Yanghan Wangfacebook-github-bot
Yanghan Wang
authored andcommitted
fix Github actions
Summary: Pull Request resolved: facebookresearch#5274 Differential Revision: D56911192
1 parent bce6d72 commit 9f5c5fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
torch: ["1.8", "1.9", "1.10"]
40+
torch: ["1.8.1", "1.9", "1.10"]
4141
include:
42-
- torch: "1.8"
42+
- torch: "1.8.1"
4343
torchvision: 0.9
4444
- torch: "1.9"
4545
torchvision: "0.10"
4646
- torch: "1.10"
47-
torchvision: "0.11.1"
47+
torchvision: "0.11.2"
4848
env:
4949
# point datasets to ~/.torch so it's cached by CI
5050
DETECTRON2_DATASETS: ~/.torch/datasets

0 commit comments

Comments
 (0)