Skip to content

Commit 0734e42

Browse files
committed
Try to fix CI doctest workflow
1 parent f6878ff commit 0734e42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mathics.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
run: |
3030
# Until next Mathics3/mathics-core release is out...
3131
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
32+
(cd src/mathics3 && ./admin-tools/make-op-tables.sh )
3233
# pip install Mathics3[full]
33-
make check-mathics
34+
MATHICS_CHARACTER_ENCODING="ASCII" make check-mathics

0 commit comments

Comments
 (0)