Skip to content

Commit 470f2e7

Browse files
authored
Merge pull request #52 from algorandfoundation/fix/release
fix: add step to install puyapy in the release pipeline
2 parents 89dda36 + 14f1815 commit 470f2e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
with:
2323
pre-test-script: |
2424
pipx install algokit
25-
algokit localnet start
25+
algokit localnet reset --update
26+
pipx install puyapy
2627
node-version: 20.x
2728
run-build: true
2829
run-commit-lint: true

0 commit comments

Comments
 (0)