Commit d06119d
fix: install miniflare extension from local checkout instead of git URL
The git URL approach with a slashed branch name (fix/ci-failures) causes
pip inside the LocalStack extensions venv to fail. Since the code is
already checked out by actions/checkout, install directly from the local
path to avoid any git URL branch-name parsing issues.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1ea5a8c commit d06119d
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | | - | |
| 38 | + | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
0 commit comments