Skip to content

Commit

Permalink
pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Apr 22, 2024
1 parent 557d884 commit 9157634
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
cwd "#{node['cluster']['base_dir']}"
code <<-REQ
set -e
aws s3 cp s3://hgreebe-dependencies/archives/dependencies/PyPi/dependencies.tar dependencies.tar
tar xzf dependencies.tar
aws s3 cp s3://hgreebe-dependencies/archives/dependencies/PyPi/dependencies.tar.gz dependencies.tar.gz
tar xzf dependencies.tar.gz
cd dependencies
#{virtualenv_path}/bin/pip * -f ./ --no-index
#{virtualenv_path}/bin/pip install * -f ./ --no-index
REQ
end

Expand Down

0 comments on commit 9157634

Please sign in to comment.