Skip to content

Commit 3108bfc

Browse files
authored
Update test_python.py
1 parent e90f355 commit 3108bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
TEST_SYMPY = os.getenv('TEST_SYMPY', '0')
2+
TEST_SYMPY = os.getenv('TEST_SYMPY', False)
33

44
import symengine
55
if not symengine.test():

0 commit comments

Comments
 (0)