Skip to content

Commit

Permalink
Merge branch 'master' into package-flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb authored Jun 19, 2024
2 parents ef2a8f0 + e0e8dc8 commit 766a126
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

version-bump:
name: 'Version Bump'
runs-on: [self-hosted, linux, flyweight-ephemeral]
runs-on: [self-hosted, linux, normal]
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:

python-code-quality-checks:
name: 'Code Quality Checks'
runs-on: [self-hosted, linux, flyweight]
runs-on: [self-hosted, linux, normal]
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

update-versions:
name: 'Update pyk version'
runs-on: [self-hosted, linux, flyweight]
runs-on: [self-hosted, linux, normal]
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion deps/mx-semantics_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.79
0.1.81
48 changes: 24 additions & 24 deletions kmxwasm/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 kmxwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pytest-kmxwasm = "kmxwasm.testing.fixtures"

[tool.poetry.dependencies]
python = "^3.10"
kmultiversx = { git = "https://github.com/runtimeverification/mx-semantics.git", tag = "v0.1.79", subdirectory = "kmultiversx" }
kmultiversx = { git = "https://github.com/runtimeverification/mx-semantics.git", tag = "v0.1.81", subdirectory = "kmultiversx" }

[tool.poetry.group.dev.dependencies]
autoflake = "*"
Expand Down

0 comments on commit 766a126

Please sign in to comment.