Unverified Commit 566f5fe9 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Drop the outdated torch versions in CI (#2830)

parent 36003b76
......@@ -51,14 +51,12 @@ jobs:
strategy:
matrix:
python-version: [3.7]
torch: [1.7.0, 1.8.0, 1.9.0]
torch: [1.8.1, 1.9.1]
include:
- torch: 1.7.0
torchvision: 0.8.1
- torch: 1.8.0
torchvision: 0.9.0
- torch: 1.9.0
torchvision: 0.10.0
- torch: 1.8.1
torchvision: 0.9.1
- torch: 1.9.1
torchvision: 0.10.1
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment