Skip to content

Commit 72999ed

Browse files
committed
test
1 parent 8b07033 commit 72999ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/before-install

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ end
1010
case ENV['SUITE']
1111
when 'python'
1212
Dir.chdir('python/') do
13-
run('sudo', 'pip', 'install', '-U', 'pip')
13+
run('python', '-m', 'pip', 'install', '--upgrade', 'pip')
14+
# run('sudo', 'pip', 'install', '-U', 'pip')
1415
run('sudo', 'pip', 'install', 'setuptools==68.0.0')
1516
run('pip', '--version')
1617
run('sudo', 'make', 'install')

0 commit comments

Comments
 (0)