Skip to content

Commit 53c1091

Browse files
committed
Conda.pip("install", "sympy") ?
1 parent 98e47a9 commit 53c1091

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ using SymbolicUtils
55
using SymbolicUtils.Rewriters
66

77
using Test
8-
using PyCall, Conda, SymPy
8+
using PyCall, Conda
9+
Conda.pip("install", "sympy")
10+
using SymPy
11+
912

1013
include("axiom.jl")
1114

0 commit comments

Comments
 (0)