Skip to content

Commit 912c8f6

Browse files
committed
fix: 🐛 🐛 add missing dev dependencies
1 parent e9f9158 commit 912c8f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-integration-localstack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Deploy infrastructure
2727
run: |
2828
bin/deploy.sh
29+
- name: Install dependencies
30+
run: |
31+
pip install pytest
2932
- name: Run integration tests against LocalStack
3033
run: |
3134
python -m pytest tests/integration

0 commit comments

Comments
 (0)