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 3, 2024
1 parent bce6d72 commit 67267a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.9", "1.10", "1.13.1"]
include:
- torch: "1.8"
torchvision: 0.9
- torch: "1.9"
torchvision: "0.10"
- torch: "1.10"
torchvision: "0.11.1"
torchvision: "0.11.2"
- torch: "1.13.1"
torchvision: "0.14.1"
env:
# point datasets to ~/.torch so it's cached by CI
DETECTRON2_DATASETS: ~/.torch/datasets
Expand Down

0 comments on commit 67267a2

Please sign in to comment.