Skip to content

Commit 856a97c

Browse files
Update test/python/pythoncall.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5b7d9e commit 856a97c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/python/pythoncall.jl

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

3-
pyexec(""" # This is a mess because normal site-packages is not writeable in CI
3+
pyexec(
4+
""" # This is a mess because normal site-packages is not writeable in CI
45
import subprocess, sys, site
56
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'julia'])
67
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'diffeqpy'])

0 commit comments

Comments
 (0)