Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger authored Jun 6, 2024
1 parent c3388ad commit 0574ca5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
with:
python-version: "3.x"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
# If you have a requirements.txt, uncomment the line below
# pip install -r requirements.txt
- name: Prepare Environment
id: prep
run: /bin/bash scripts/prep.sh
continue-on-error: false

- name: Configure AWS credentials for commercial
uses: aws-actions/configure-aws-credentials@v1
Expand All @@ -48,10 +47,8 @@ jobs:
rootdir: "" # defaults to "PWD"
workdir: "" # defaults to "PWD/unfor19-awscli"

- name: Prepare Environment
id: prep
run: /bin/bash scripts/prep.sh
continue-on-error: false



- name: Get current date
id: date
Expand Down

0 comments on commit 0574ca5

Please sign in to comment.