Skip to content

Commit

Permalink
refactor: Unit test doesn't require AWS login
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarro committed Jun 21, 2024
1 parent 6fc07b5 commit 7489b0a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ jobs:
run: |
python -m pip install --upgrade pipenv wheel
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Install dependencies
if: steps.setup-python.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 7489b0a

Please sign in to comment.