Add 1.10.0 in tests
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@ -12,7 +12,7 @@ jobs:
 | 
				
			|||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-version: [3.7, 3.8]
 | 
					        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:
 | 
					    steps:
 | 
				
			||||||
      - uses: conda-incubator/setup-miniconda@v2
 | 
					      - uses: conda-incubator/setup-miniconda@v2
 | 
				
			||||||
      - run: conda install -n test python=${{ matrix.python-version }} pytorch=${{ matrix.pytorch-version }} torchvision cpuonly -c pytorch
 | 
					      - run: conda install -n test python=${{ matrix.python-version }} pytorch=${{ matrix.pytorch-version }} torchvision cpuonly -c pytorch
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user