mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 06:21:11 +00:00 
			
		
		
		
	Install poetry dependencies with --no-root (#27919)
Poetry 1.7.0 or higher will print a warning otherwise, see discussions: https://github.com/python-poetry/poetry/pull/8369 https://github.com/python-poetry/poetry/issues/1132 > --no-root Do not install the root package (the current project).
This commit is contained in:
		
					parent
					
						
							
								37a7c551d4
							
						
					
				
			
			
				commit
				
					
						1ccdb546f0
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -875,7 +875,7 @@ node_modules: package-lock.json | |||
| 	@touch node_modules | ||||
| 
 | ||||
| .venv: poetry.lock | ||||
| 	poetry install | ||||
| 	poetry install --no-root | ||||
| 	@touch .venv | ||||
| 
 | ||||
| .PHONY: update | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue