mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-10-31 10:41:52 +08:00 
			
		
		
		
	Parse values from poetry
This commit is contained in:
		
							
								
								
									
										4
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							| @ -38798,7 +38798,7 @@ class PoetryCache extends cache_distributor_1.default { | ||||
|             const cacheDir = poetryConfig['cache-dir']; | ||||
|             const virtualenvsPath = poetryConfig['virtualenvs.path'].replace('{cache-dir}', cacheDir); | ||||
|             const paths = [virtualenvsPath]; | ||||
|             if (poetryConfig['virtualenvs.in-project'] === 'true') { | ||||
|             if (poetryConfig['virtualenvs.in-project'] === true) { | ||||
|                 paths.push(path.join(process.cwd(), '.venv')); | ||||
|             } | ||||
|             return paths; | ||||
| @ -38830,7 +38830,7 @@ class PoetryCache extends cache_distributor_1.default { | ||||
|             for (let line of lines) { | ||||
|                 line = line.replace(/#.*$/, ''); | ||||
|                 const [key, value] = line.split('=').map(part => part.trim()); | ||||
|                 config[key] = value; | ||||
|                 config[key] = JSON.parse(value); | ||||
|             } | ||||
|             return config; | ||||
|         }); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Patrick Arminio
					Patrick Arminio