We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b7d9e commit 856a97cCopy full SHA for 856a97c
test/python/pythoncall.jl
@@ -1,6 +1,7 @@
1
using DifferentialEquations, PythonCall
2
3
-pyexec(""" # This is a mess because normal site-packages is not writeable in CI
+pyexec(
4
+ """ # This is a mess because normal site-packages is not writeable in CI
5
import subprocess, sys, site
6
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'julia'])
7
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'diffeqpy'])
0 commit comments