Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e10cb68

Browse files
committed
retry installation of setuptools
1 parent dd57852 commit e10cb68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/pip.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@
4949
end
5050

5151
execute 'setuptools' do
52-
command 'pip3 install setuptools==41.0.1'
52+
command 'pip3 install setuptools==41.0.1 | python3'
53+
retries 2
5354
end

0 commit comments

Comments
 (0)