We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6878ff commit 0734e42Copy full SHA for 0734e42
.github/workflows/mathics.yml
@@ -29,5 +29,6 @@ jobs:
29
run: |
30
# Until next Mathics3/mathics-core release is out...
31
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 )
33
# pip install Mathics3[full]
- make check-mathics
34
+ MATHICS_CHARACTER_ENCODING="ASCII" make check-mathics
0 commit comments