Skip to content

Commit 14f1815

Browse files
committed
fix: add step to install puyapy in the release pipeline as the contracts used by tests are now compiled as part of test run
1 parent 89dda36 commit 14f1815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
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)