Add 1.10.0 in tests

This commit is contained in:
Jong Wook Kim
2021-11-04 17:20:40 -04:00
committed by GitHub
parent e184f608c5
commit c7ba4f3907

View File

@ -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