Skip to content

Commit

Permalink
Updating Chef recipe to account for new pip 1.5 requirements usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ptwobrussell committed Jan 6, 2014
1 parent 8a0edc3 commit c4d1d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/cookbooks/mtsw2e/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
end

execute "install_requirements" do
command "pip install -r /vagrant/mtsw2e-requirements.txt"
command "pip install -r /vagrant/mtsw2e-requirements.txt --allow-unverified matplotlib --allow-all-external"
# action :nothing
end

Expand Down

0 comments on commit c4d1d76

Please sign in to comment.