Skip to content

Commit 0a7d133

Browse files
committed
chore: install puya before running tests in CI for compiling on demand
1 parent 44d3ace commit 0a7d133

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- 'docs/**'
1010
- 'scripts/**'
1111

12-
1312
permissions:
1413
contents: read
1514

@@ -19,8 +18,9 @@ jobs:
1918
uses: ./.github/workflows/node-ci.yml
2019
with:
2120
pre-test-script: |
22-
pipx install algokit
23-
algokit localnet start
21+
pipx install algokit --python 3.12.6
22+
algokit localnet reset --update
23+
pipx install puyapy --python 3.12.6
2424
node-version: 20.x
2525
run-build: true
2626
run-commit-lint: true

0 commit comments

Comments
 (0)