Skip to content

Commit

Permalink
chore: Update localstack installation command in Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martdo02 committed Sep 6, 2024
1 parent cf8c8cd commit af41ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/[email protected]
- name: Start LocalStack
run: |
pip install 'localstack>=3.7.0,<3.7.2'
pip install 'localstack==3.7.1'
localstack start -d
echo "Waiting for LocalStack startup..."
localstack wait -t 30
Expand Down

0 comments on commit af41ad4

Please sign in to comment.