Skip to content

Commit

Permalink
fix Github actions
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #5274

Differential Revision: D56911192
  • Loading branch information
Yanghan Wang authored and facebook-github-bot committed May 2, 2024
1 parent bce6d72 commit 9f5c5fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
strategy:
fail-fast: false
matrix:
torch: ["1.8", "1.9", "1.10"]
torch: ["1.8.1", "1.9", "1.10"]
include:
- torch: "1.8"
- torch: "1.8.1"
torchvision: 0.9
- torch: "1.9"
torchvision: "0.10"
- torch: "1.10"
torchvision: "0.11.1"
torchvision: "0.11.2"
env:
# point datasets to ~/.torch so it's cached by CI
DETECTRON2_DATASETS: ~/.torch/datasets
Expand Down

0 comments on commit 9f5c5fe

Please sign in to comment.