Refactor tools/update_python_pip_packages.rb to not be loaded and split into functions (#11588)

This commit is contained in:
Maximilian Downey Twiss
2025-03-25 04:16:10 +11:00
committed by GitHub
parent 5897de92de
commit e52f23a6e8
2 changed files with 56 additions and 41 deletions

View File

@@ -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