mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-03 07:39:20 +00:00 
			
		
		
		
	Update actions CI to use poetry 1.3.2
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/scripts/setup-env.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/scripts/setup-env.sh
									
									
									
									
										vendored
									
									
								
							@@ -8,7 +8,7 @@
 | 
				
			|||||||
set -e;
 | 
					set -e;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CI_CACHE=$HOME/.cache;
 | 
					CI_CACHE=$HOME/.cache;
 | 
				
			||||||
POETRY_VERSION=1.2.0;
 | 
					POETRY_VERSION=1.3.2;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mkdir --parents "$CI_CACHE";
 | 
					mkdir --parents "$CI_CACHE";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user