Skip to content

Commit

Permalink
CI woes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 29, 2024
1 parent bd91581 commit b9401e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mathics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: |
# Until next Mathics3/mathics-core release is out...
git checkout https://github.com/Mathics3/mathics-core.git
(cd src/mathics3 && make install)
(cd src/mathics3 && git checkout table-driven-operator-precedence && make install)
# pip install Mathics3[full]
MATHICS_CHARACTER_ENCODING="ASCII" make check-mathics

0 comments on commit b9401e7

Please sign in to comment.