Skip to content

Commit

Permalink
chore: install puya before running tests in CI for compiling on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
boblat committed Jan 29, 2025
1 parent f1aa534 commit 17771c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- 'docs/**'
- 'scripts/**'


permissions:
contents: read

Expand All @@ -18,9 +17,11 @@ jobs:
name: 'Build @algorandfoundation/algorand-typescript-testing'
uses: ./.github/workflows/node-ci.yml
with:
python-version: 3.12.6
pre-test-script: |
pipx install algokit
algokit localnet start
pipx install algokit --python 3.12.6
algokit localnet reset --update
pipx install puyapy --python 3.12.6
node-version: 20.x
run-build: true
run-commit-lint: true
Expand Down

0 comments on commit 17771c6

Please sign in to comment.