Skip to content

Commit

Permalink
build: Use latest release version of puyapy for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Jan 15, 2025
1 parent 6176d20 commit 6219201
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
pre-test-script: |
pipx install algokit --python 3.12.6
algokit localnet reset --update
pipx install git+/~https://github.com/algorandfoundation/puya --python 3.12.6
pipx install puyapy --python 3.12.6
test-script: npm run test:ci
output-test-results: true
4 changes: 2 additions & 2 deletions tests/approvals/out/multi-inheritance/BaseOne.arc56.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
"compiler": "puya",
"compilerVersion": {
"major": 4,
"minor": 0,
"patch": 0
"minor": 1,
"patch": 1
}
},
"events": [],
Expand Down
4 changes: 2 additions & 2 deletions tests/approvals/out/multi-inheritance/BaseTwo.arc56.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
"compiler": "puya",
"compilerVersion": {
"major": 4,
"minor": 0,
"patch": 0
"minor": 1,
"patch": 1
}
},
"events": [],
Expand Down
4 changes: 2 additions & 2 deletions tests/approvals/out/multi-inheritance/CommonBase.arc56.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"compiler": "puya",
"compilerVersion": {
"major": 4,
"minor": 0,
"patch": 0
"minor": 1,
"patch": 1
}
},
"events": [],
Expand Down
4 changes: 2 additions & 2 deletions tests/approvals/out/multi-inheritance/MultiBases.arc56.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
"compiler": "puya",
"compilerVersion": {
"major": 4,
"minor": 0,
"patch": 0
"minor": 1,
"patch": 1
}
},
"events": [],
Expand Down

0 comments on commit 6219201

Please sign in to comment.