Skip to content

Commit

Permalink
add : at the end of --only-binary=:all:
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinAlandzes committed Aug 26, 2024
1 parent fa1946e commit 64e2f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Install Dependencies
run: pip install -r requirements.txt -t ./package --platform manylinux2014_x86_64 --only-binary=:all
run: 'pip install -r requirements.txt -t ./package --platform manylinux2014_x86_64 --only-binary=:all:'
- name: Archive the lambda function code and dependencies
run: cp main.py package/main.py && zip -r ../deployment_package.zip package
- name: Push code to lambda
Expand Down

0 comments on commit 64e2f8d

Please sign in to comment.