Skip to content

Commit

Permalink
Disable test-post-process (runtimeverification/pyk#74)
Browse files Browse the repository at this point in the history
Workaround for #2974

Co-authored-by: devops <devops@runtimeverification.com>
  • Loading branch information
2 people authored and Baltoli committed Apr 10, 2024
1 parent 2543751 commit f399b3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyk/package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.31
0.1.32
2 changes: 1 addition & 1 deletion pyk/pyk-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test: test-kpyk

## kpyk runner tests

test-kpyk: test-kpyk-graphviz test-kpyk-minimize-term test-post-process
test-kpyk: test-kpyk-graphviz test-kpyk-minimize-term # test-post-process

test-kpyk-graphviz: d.kompiled
$(PYK) graph-imports $(PYK_OPTIONS) definitions/d
Expand Down
2 changes: 1 addition & 1 deletion 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 = "pyk"
version = "0.1.31"
version = "0.1.32"
description = ""
authors = [
"Runtime Verification, Inc. <contact@runtimeverification.com>",
Expand Down

0 comments on commit f399b3a

Please sign in to comment.