We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b07033 commit 72999edCopy full SHA for 72999ed
1 file changed
bin/before-install
@@ -10,7 +10,8 @@ end
10
case ENV['SUITE']
11
when 'python'
12
Dir.chdir('python/') do
13
- run('sudo', 'pip', 'install', '-U', 'pip')
+ run('python', '-m', 'pip', 'install', '--upgrade', 'pip')
14
+ # run('sudo', 'pip', 'install', '-U', 'pip')
15
run('sudo', 'pip', 'install', 'setuptools==68.0.0')
16
run('pip', '--version')
17
run('sudo', 'make', 'install')
0 commit comments