Skip to content

Commit c521d64

Browse files
committed
Use native image in tox test
1 parent 36923ab commit c521d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ def tox_example(args=None):
17541754
help="Whether to reuse existing venv created by previous invocations of this command.")
17551755
opts = parser.parse_args(args)
17561756

1757-
graalpy = graalpy_standalone_jvm_enterprise()
1757+
graalpy = graalpy_standalone_native_enterprise()
17581758

17591759
tox_project_dir = os.path.join(
17601760
mx.project("com.oracle.graal.python.test", fatalIfMissing=True).dir,

0 commit comments

Comments
 (0)