Skip to content

Commit

Permalink
test copy of #2094
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nzZik committed Oct 31, 2023
1 parent f8051d5 commit 9ef259e
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all: poetry
# --------

PYTHON_BIN := python3.10
KEVM_PYK_DIR := ./kevm-pyk
KEVM_PYK_DIR := $(abspath ./kevm-pyk)
POETRY := poetry -C $(KEVM_PYK_DIR)
POETRY_RUN := $(POETRY) run --

Expand Down
Loading

0 comments on commit 9ef259e

Please sign in to comment.