mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-30 23:47:55 +03:00 
			
		
		
		
	housekeeping: pin ubuntu to 20.04 for python 3.6
Ubuntu:latest doesn't include py36 anymore. Keep this until we add 3.11 and drop 3.6. See: https://github.com/actions/setup-python/issues/544 https://github.com/rwth-i6/returnn/issues/1226
This commit is contained in:
		
							parent
							
								
									7f6fa16194
								
							
						
					
					
						commit
						f09b2e5a81
					
				
							
								
								
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -30,7 +30,7 @@ jobs: | ||||||
|           - {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39} |           - {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39} | ||||||
|           - {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38} |           - {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38} | ||||||
|           - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37} |           - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37} | ||||||
|           - {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36} |           - {name: '3.6', python: '3.6', os: ubuntu-20.04, tox: py36} | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: actions/setup-python@v4 |       - uses: actions/setup-python@v4 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user