mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-29 07:47:14 +00:00 
			
		
		
		
	Show pypy2 (not pypy) in example
This commit is contained in:
		 Hugo van Kemenade
					Hugo van Kemenade
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							6f6fcee330
						
					
				
				
					commit
					346e88b930
				
			| @@ -31,7 +31,7 @@ jobs: | |||||||
|     runs-on: ubuntu-16.04 |     runs-on: ubuntu-16.04 | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         python: [ '2.x', '3.x', 'pypy3' ] |         python: [ '2.x', '3.x', , 'pypy2', 'pypy3' ] | ||||||
|     name: Python ${{ matrix.python }} sample |     name: Python ${{ matrix.python }} sample | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@master |       - uses: actions/checkout@master | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user