Skip to content

Commit dceac5f

Browse files
committed
CI woes -
we now need to explicitly load builtins
1 parent 8bd7077 commit dceac5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/helper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
import time
33
from typing import Optional
44

5+
from mathics.core.load_builtin import import_and_load_builtins
56
from mathics.core.symbols import Symbol
67
from mathics.session import MathicsSession
78

9+
import_and_load_builtins()
10+
811
# Set up a Mathics session with definitions.
912
# For consistency set the character encoding ASCII which is
1013
# the lowest common denominator available on all systems.

0 commit comments

Comments
 (0)