Skip to content
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/ros2_windows/recipes/pip_installs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#
execute 'pip_update' do
command lazy {
"#{node.run_state[:python_dir]}\\python.exe -m pip install -U pip setuptools"
"#{node.run_state[:python_dir]}\\python.exe -m pip install -U pip setuptools==59.6.0"
}
end

Expand Down

0 comments on commit 2019c09

Please # to comment.