Skip to content

Commit

Permalink
Merge pull request #11 from billagee/test-dep-workflow-fix
Browse files Browse the repository at this point in the history
Add missing moto dependency in GHA workflow
  • Loading branch information
billagee authored Sep 18, 2024
2 parents f49b942 + 0f198e5 commit 686cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest click boto3 pandas
pip install pytest click boto3 pandas moto
- name: Run tests
run: |
Expand Down

0 comments on commit 686cde0

Please sign in to comment.