mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Refactor tools/update_python_pip_packages.rb to not be loaded and split into functions (#11588)
This commit is contained in:
committed by
GitHub
parent
5897de92de
commit
e52f23a6e8
@@ -59,7 +59,7 @@ if SKIP_UPDATE_CHECKS
|
||||
puts 'Skipping pip and gem remote update checks.'.orange
|
||||
else
|
||||
puts 'Checking for pip package version updates...'.orange
|
||||
load 'tools/update_python_pip_packages.rb'
|
||||
Kernel.system 'tools/update_python_pip_packages.rb'
|
||||
puts 'Checking for ruby gem package version updates...'.orange
|
||||
load 'tools/update_ruby_gem_packages.rb'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user