mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	Switch to latest CI images (#9773)
This commit is contained in:
		
							parent
							
								
									6a4a00c447
								
							
						
					
					
						commit
						5caccbd19e
					
				|  | @ -22,7 +22,7 @@ jobs: | |||
|   # defined in .flake8 and overwrites the selected codes. | ||||
|   - job: "Validate" | ||||
|     pool: | ||||
|       vmImage: "ubuntu-18.04" | ||||
|       vmImage: "ubuntu-latest" | ||||
|     steps: | ||||
|       - task: UsePythonVersion@0 | ||||
|         inputs: | ||||
|  | @ -38,41 +38,50 @@ jobs: | |||
|       matrix: | ||||
|         # We're only running one platform per Python version to speed up builds | ||||
|         Python36Linux: | ||||
|           imageName: "ubuntu-18.04" | ||||
|           imageName: "ubuntu-latest" | ||||
|           python.version: "3.6" | ||||
|         #        Python36Windows: | ||||
|         #          imageName: "vs2017-win2016" | ||||
|         #          imageName: "windows-latest" | ||||
|         #          python.version: "3.6" | ||||
|         #        Python36Mac: | ||||
|         #          imageName: "macos-10.14" | ||||
|         #          imageName: "macos-latest" | ||||
|         #          python.version: "3.6" | ||||
|         #        Python37Linux: | ||||
|         #          imageName: "ubuntu-18.04" | ||||
|         #          imageName: "ubuntu-latest" | ||||
|         #          python.version: "3.7" | ||||
|         Python37Windows: | ||||
|           imageName: "vs2017-win2016" | ||||
|           imageName: "windows-latest" | ||||
|           python.version: "3.7" | ||||
|         #        Python37Mac: | ||||
|         #          imageName: "macos-10.14" | ||||
|         #          imageName: "macos-latest" | ||||
|         #          python.version: "3.7" | ||||
|         #        Python38Linux: | ||||
|         #          imageName: "ubuntu-18.04" | ||||
|         #          imageName: "ubuntu-latest" | ||||
|         #          python.version: "3.8" | ||||
|         #        Python38Windows: | ||||
|         #          imageName: "vs2017-win2016" | ||||
|         #          imageName: "windows-latest" | ||||
|         #          python.version: "3.8" | ||||
|         Python38Mac: | ||||
|           imageName: "macos-10.14" | ||||
|           imageName: "macos-latest" | ||||
|           python.version: "3.8" | ||||
|         Python39Linux: | ||||
|           imageName: "ubuntu-18.04" | ||||
|           python.version: "3.9" | ||||
|         Python39Windows: | ||||
|           imageName: "vs2017-win2016" | ||||
|           python.version: "3.9" | ||||
|         Python39Mac: | ||||
|           imageName: "macos-10.14" | ||||
|           imageName: "ubuntu-latest" | ||||
|           python.version: "3.9" | ||||
|         #        Python39Windows: | ||||
|         #          imageName: "windows-latest" | ||||
|         #          python.version: "3.9" | ||||
|         #        Python39Mac: | ||||
|         #          imageName: "macos-latest" | ||||
|         #          python.version: "3.9" | ||||
|         Python310Linux: | ||||
|           imageName: "ubuntu-latest" | ||||
|           python.version: "3.10" | ||||
|         Python310Windows: | ||||
|           imageName: "windows-latest" | ||||
|           python.version: "3.10" | ||||
|         Python310Mac: | ||||
|           imageName: "macos-latest" | ||||
|           python.version: "3.10" | ||||
|       maxParallel: 4 | ||||
|     pool: | ||||
|       vmImage: $(imageName) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user