Skip to content

Commit c9863bb

Browse files
committed
try removing auto-upgrade of pip as currently that upgrades it to a version incompatible with python < 3.7
1 parent 3432781 commit c9863bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

recipes/pip.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
not_if { ::File.exists?(pip_binary) }
4848
end
4949

50-
python_pip 'setuptools' do
51-
action :upgrade
52-
version node['python']['setuptools_version']
53-
end
50+
#python_pip 'setuptools' do
51+
# action :upgrade
52+
# version node['python']['setuptools_version']
53+
#end

0 commit comments

Comments
 (0)