From c7ba4f390785bf19620f685f96b215563ba00e35 Mon Sep 17 00:00:00 2001 From: Jong Wook Kim Date: Thu, 4 Nov 2021 17:20:40 -0400 Subject: [PATCH] Add 1.10.0 in tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f722db..c7a2207 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: python-version: [3.7, 3.8] - pytorch-version: [1.7.1, 1.9.0] + pytorch-version: [1.7.1, 1.9.0, 1.10.0] steps: - uses: conda-incubator/setup-miniconda@v2 - run: conda install -n test python=${{ matrix.python-version }} pytorch=${{ matrix.pytorch-version }} torchvision cpuonly -c pytorch