From 4a1598f486d28be327b2d40bbddc8c73621f9fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20T=C3=B3th?= Date: Mon, 24 Jun 2024 12:06:03 +0000 Subject: [PATCH] Test workflow --- .github/workflows/update-version.yml | 1 + kmxwasm/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 8acdd122..fc2516cd 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -3,6 +3,7 @@ on: push: branches: - '_update-deps/runtimeverification/mx-semantics' + - 'public-runners' workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/kmxwasm/pyproject.toml b/kmxwasm/pyproject.toml index 17e22961..08d7c912 100644 --- a/kmxwasm/pyproject.toml +++ b/kmxwasm/pyproject.toml @@ -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.82", subdirectory = "kmultiversx" } +kmultiversx = { git = "https://github.com/runtimeverification/mx-semantics.git", tag = "v0.0.0", subdirectory = "kmultiversx" } [tool.poetry.group.dev.dependencies] autoflake = "*"