mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-11-01 00:01:09 +08:00 
			
		
		
		
	 7885ec3539
			
		
	
	
		7885ec3539
		
	
	
	
	
		
			
			* Rework python-pipenv-dependencies-caching test * Update Pipfile.lock hash in the tests * Rework python-pipenv-dependencies-caching-path test * Set location for pipenv test * Remove requests package from tests * Test pipenv without caching * Enable pipenv cache
		
			
				
	
	
		
			13 lines
		
	
	
		
			169 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			169 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| name = "pypi"
 | |
| 
 | |
| [packages]
 | |
| numpy = "1.22.3"
 | |
| pandas = "1.4.2"
 | |
| 
 | |
| [dev-packages]
 | |
| 
 | |
| [requires]
 | |
| python_version = "*" |