Skip to content

Commit

Permalink
fix: 🐛 🐛 add missing dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoheiser committed Nov 21, 2023
1 parent e9f9158 commit 912c8f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-integration-localstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Deploy infrastructure
run: |
bin/deploy.sh
- name: Install dependencies
run: |
pip install pytest
- name: Run integration tests against LocalStack
run: |
python -m pytest tests/integration
Expand Down

0 comments on commit 912c8f6

Please sign in to comment.