Commit 16a3f51 1 parent 3bf1275 commit 16a3f51 Copy full SHA for 16a3f51
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 25
25
python -m pip install wheel
26
26
choco install llvm nodejs
27
27
set LLVM_DIR="C:\Program Files\LLVM"
28
+
28
29
- name : Install Python dependencies
29
30
run : |
30
31
# Can adjust when next Mathics is released
44
45
cp node_modules/\@mathicsorg/mathics-threejs-backend/package.json mathics_d
45
46
- name : Test Mathics3 Django
46
47
run : |
47
- # Until we can't figure out what's up with TextRecognize:
48
48
make pytest gstest
49
- make doctest o="--exclude TextRecognize,PythonCProfileEvaluation"
49
+ # import WordCloud fails with:
50
+ # DLL load failed wile importing _c_interal_utils
51
+ # Until we can't figure out what's up with TextRecognize:
52
+ make doctest o="--exclude TextRecognize,PythonCProfileEvaluation,WordCloud"
50
53
# make check
You can’t perform that action at this time.
0 commit comments