mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 00:58:07 +07:00 
			
		
		
		
	Change python version for pypy in workflow files (#259)
This commit is contained in:
		
							parent
							
								
									d12543aa2a
								
							
						
					
					
						commit
						002b1e4044
					
				
							
								
								
									
										9
									
								
								.github/workflows/test-pypy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/test-pypy.yml
									
									
									
									
										vendored
									
									
								
							| @ -21,12 +21,11 @@ jobs: | |||||||
|         os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest] |         os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest] | ||||||
|         pypy: |         pypy: | ||||||
|         - 'pypy-2.7' |         - 'pypy-2.7' | ||||||
|         - 'pypy-3.6' |  | ||||||
|         - 'pypy-3.7' |         - 'pypy-3.7' | ||||||
|         - 'pypy-2.7-v7.3.2' |         - 'pypy-2.7-v7.3.4' | ||||||
|         - 'pypy-3.6-v7.3.2' |         - 'pypy-3.7-v7.3.5' | ||||||
|         - 'pypy-3.7-v7.3.2' |         - 'pypy-3.7-v7.3.4' | ||||||
|         - 'pypy-3.6-v7.3.x' |         - 'pypy-3.7-v7.3.x' | ||||||
|         - 'pypy-3.7-v7.x' |         - 'pypy-3.7-v7.x' | ||||||
|         - 'pypy-2.7-v7.3.4rc1' |         - 'pypy-2.7-v7.3.4rc1' | ||||||
|         - 'pypy-3.7-nightly' |         - 'pypy-3.7-nightly' | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/test-python.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-python.yml
									
									
									
									
										vendored
									
									
								
							| @ -97,7 +97,7 @@ jobs: | |||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04] |         os: [macos-10.15, windows-latest, ubuntu-18.04, ubuntu-20.04] | ||||||
|     steps: |     steps: | ||||||
|     - name: Checkout |     - name: Checkout | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v2 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user