Skip to content

Commit

Permalink
Don't use booster in the update-foundry-prove action (#2036)
Browse files Browse the repository at this point in the history
* don't use booster

* Set Version: 1.0.276

* Set Version: 1.0.302

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: palinatolmach <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2023
1 parent 65ba298 commit 135d5e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-foundry-prove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: 'Build Foundry'
run: docker exec -u github-user kevm-update-output-${{ github.sha }} /bin/bash -c 'make build-foundry -j2'
- name: 'Foundry Prove Update'
run: docker exec -u github-user kevm-update-output-${{ github.sha }} /bin/bash -c 'make test-foundry-prove FOUNDRY_PAR=8 PYTEST_ARGS+="--use-booster --update-expected-output"'
run: docker exec -u github-user kevm-update-output-${{ github.sha }} /bin/bash -c 'make test-foundry-prove FOUNDRY_PAR=8 PYTEST_ARGS+="--update-expected-output"'
- name: 'Tear down Docker'
if: always()
run: |
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.301"
version = "1.0.302"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from typing import Final


VERSION: Final = '1.0.301'
VERSION: Final = '1.0.302'
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.301
1.0.302

0 comments on commit 135d5e7

Please sign in to comment.