Skip to content

Commit

Permalink
Test w/o duplicate zappa and boto3 installs in API workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Sep 15, 2023
1 parent 76793c3 commit e8040ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/aws-vz-api-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function deploy_aws_lambda {

# Check ATD CR3 API
cd "atd-cr3-api";
echo $(ls);

python3 -m venv venv;
source venv/bin/activate;
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/deploy_vz_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
# Get the code first
- name: "Checkout"
uses: actions/checkout@v3
- name: "Install AWS Cli"
run: |
sudo apt-get install python3-setuptools
pip3 install awscli boto3 zappa
# Run the shell commands using the AWS environment variables
- name: "Build"
env:
Expand Down

0 comments on commit e8040ab

Please sign in to comment.