Skip to content

Commit

Permalink
Merge branch 'patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 21, 2023
2 parents 5ee85e3 + 0850149 commit 3a79a84
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,11 @@ jobs:
run: |
poetry install
- name: Setup AWS
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
if: env.AWS_AVAILABLE
with:
aws-access-key-id: "${{ secrets.AWS_ACCESS_KEY_ID }}"
aws-secret-access-key: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Run pytest
Expand Down

0 comments on commit 3a79a84

Please sign in to comment.