Skip to content

Commit

Permalink
change order of pip install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Aug 27, 2024
1 parent 1fa63ba commit d842fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions building/lambda/build-lambda-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ popd

pushd /aws-sdk-pandas

pip3 install . -t ./python ".[redshift,mysql,postgres,gremlin,opensearch,openpyxl]"

# Install Numpy 1.x because 2.x is not support in layers right now
pip3 install "numpy==1.*" -t ./python

pip3 install . -t ./python ".[redshift,mysql,postgres,gremlin,opensearch,openpyxl]"

rm -rf python/pyarrow*
rm -rf python/boto*
rm -rf python/urllib3*
Expand Down

0 comments on commit d842fa6

Please sign in to comment.