mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-10-31 21:21:06 +08:00 
			
		
		
		
	minor fix
This commit is contained in:
		
							parent
							
								
									d358f9e3d7
								
							
						
					
					
						commit
						27091d50ca
					
				
							
								
								
									
										8
									
								
								.github/workflows/e2e-cache.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/e2e-cache.yml
									
									
									
									
										vendored
									
									
								
							| @ -55,9 +55,9 @@ jobs: | ||||
|           mv ./__tests__/data/Pipfile.lock . | ||||
|           mv ./__tests__/data/Pipfile . | ||||
|           if ("${{ matrix.python-version }}" -Match "pypy") { | ||||
|             pipenv install --keep-outdated --python ${{ matrix.python-version }} | ||||
|           } else { | ||||
|             pipenv install --keep-outdated --python pypy | ||||
|           } else { | ||||
|             pipenv install --keep-outdated --python ${{ matrix.python-version }} | ||||
|           } | ||||
| 
 | ||||
|   python-poetry-dependencies-caching: | ||||
| @ -125,7 +125,7 @@ jobs: | ||||
|           mv ./__tests__/data/Pipfile.lock . | ||||
|           mv ./__tests__/data/Pipfile . | ||||
|           if ("${{ matrix.python-version }}" -Match "pypy") { | ||||
|             pipenv install --keep-outdated --python ${{ matrix.python-version }} | ||||
|           } else { | ||||
|             pipenv install --keep-outdated --python pypy | ||||
|           } else { | ||||
|             pipenv install --keep-outdated --python ${{ matrix.python-version }} | ||||
|           } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dmitry Shibanov
						Dmitry Shibanov