remove the python dep update
This commit is contained in:
		
							parent
							
								
									a1007627e4
								
							
						
					
					
						commit
						a828a82d59
					
				@ -23,6 +23,3 @@ if command -v docker >/dev/null; then
 | 
				
			|||||||
        docker run --rm -w /qmk_firmware/ -v "$PWD":/qmk_firmware --user $(id -u):$(id -g) qmkfm/base_container bin/qmk "$@"
 | 
					        docker run --rm -w /qmk_firmware/ -v "$PWD":/qmk_firmware --user $(id -u):$(id -g) qmkfm/base_container bin/qmk "$@"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					 | 
				
			||||||
# Install updated python deps
 | 
					 | 
				
			||||||
python3 -m pip install -U -r requirements.txt
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user