Add --no-root to update-py (#27937)
				
					
				
			Missed this command in https://github.com/go-gitea/gitea/pull/27919.
This commit is contained in:
		
							parent
							
								
									1e25c15d98
								
							
						
					
					
						commit
						0999721c7b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -892,7 +892,7 @@ update-js: node-check | node_modules
 | 
			
		|||
update-py: node-check | node_modules
 | 
			
		||||
	npx updates -u -f pyproject.toml
 | 
			
		||||
	rm -rf .venv poetry.lock
 | 
			
		||||
	poetry install
 | 
			
		||||
	poetry install --no-root
 | 
			
		||||
	@touch .venv
 | 
			
		||||
 | 
			
		||||
.PHONY: fomantic
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue