Skip to content

Commit a350937

Browse files
Update test/python/pythoncall.jl
1 parent aceb072 commit a350937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/python/pythoncall.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using DifferentialEquations, PythonCall
22

3-
py""" # This is a mess because normal site-packages is not writeable in CI
3+
pyexec(""" # This is a mess because normal site-packages is not writeable in CI
44
import subprocess, sys, site
55
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'julia'])
66
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'diffeqpy'])
77
sys.path.append(site.getusersitepackages())
8-
"""
8+
""")
99

1010
@testset "Use of DifferentialEquations through PythonCall with user code written in Python" begin
1111
pyexec("""

0 commit comments

Comments
 (0)