mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 11:48:56 +08:00 
			
		
		
		
	add --python 3
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/e2e-cache.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/e2e-cache.yml
									
									
									
									
										vendored
									
									
								
							| @@ -53,7 +53,7 @@ jobs: | ||||
|         run: | | ||||
|           mv ./__tests__/data/Pipfile.lock . | ||||
|           mv ./__tests__/data/Pipfile . | ||||
|           pipenv install --keep-outdated | ||||
|           pipenv install --keep-outdated --python 3 | ||||
|  | ||||
|   python-poetry-dependencies-caching: | ||||
|     name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }}) | ||||
| @@ -118,4 +118,4 @@ jobs: | ||||
|         run: | | ||||
|           mv ./__tests__/data/Pipfile.lock . | ||||
|           mv ./__tests__/data/Pipfile . | ||||
|           pipenv install --keep-outdated | ||||
|           pipenv install --keep-outdated --python 3 | ||||
		Reference in New Issue
	
	Block a user
	 Dmitry Shibanov
					Dmitry Shibanov