Skip to content

Commit

Permalink
Merge pull request #3689 from nulib/fix-localstack
Browse files Browse the repository at this point in the history
Fix LocalStack test build
  • Loading branch information
mbklein authored Dec 1, 2023
2 parents 480bb54 + 71c3869 commit 04e9ada
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 @@ -162,7 +162,7 @@ jobs:
- uses: actions/checkout@v2
- name: Provision Localstack using Cloud Pod
run: |
pip install localstack localstack-plugin-persistence
pip install localstack==2.1.0 localstack-plugin-persistence
curl -O https://nul-public.s3.amazonaws.com/meadow/test/localstack.pod
localstack pod load file://$PWD/localstack.pod
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 04e9ada

Please sign in to comment.