From 9f5c5fe51eb9f94808aed2734823c612fbe1c3c7 Mon Sep 17 00:00:00 2001 From: Yanghan Wang Date: Thu, 2 May 2024 15:53:33 -0700 Subject: [PATCH] fix Github actions Summary: Pull Request resolved: https://github.com/facebookresearch/detectron2/pull/5274 Differential Revision: D56911192 --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3de246c9a0..3c769a5050 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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