Skip to content

Commit

Permalink
Update dependency: deps/pyk_release (#535)
Browse files Browse the repository at this point in the history
* deps/pyk_release: Set Version v0.1.507

* pykwasm/: sync poetry files v0.1.507

* deps/pyk_release: Set Version v0.1.508

* pykwasm/: sync poetry files v0.1.508

* increase timout limit

* deps/pyk_release: Set Version v0.1.509

* pykwasm/: sync poetry files v0.1.509

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Burak Bilge Yalçınkaya <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2023
1 parent 6b4434f commit fffea06
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
needs: [pykwasm-unit-tests, pykwasm-integration-tests]
name: 'Parser Tests'
runs-on: [self-hosted, linux, normal]
timeout-minutes: 18
timeout-minutes: 30
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
needs: [parse-tests]
name: 'Conformance Tests'
runs-on: [self-hosted, linux, normal]
timeout-minutes: 18
timeout-minutes: 30
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
needs: [pykwasm-unit-tests, pykwasm-integration-tests]
name: 'Prover Tests'
runs-on: [self-hosted, linux, normal]
timeout-minutes: 18
timeout-minutes: 30
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion deps/pyk_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.506
v0.1.509
26 changes: 13 additions & 13 deletions pykwasm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pykwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [
python = "^3.10"
cytoolz = "^0.12.1"
numpy = "^1.24.2"
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.506" }
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.509" }
py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.1.tar.gz"}

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit fffea06

Please sign in to comment.