Skip to content

Commit

Permalink
Another CI try
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 29, 2024
1 parent b62f840 commit 87bfe16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mathics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Test Mathics3
run: |
# Until next Mathics3/mathics-core release is out...
python -m pip install -e git+https://github.com/Mathics3/mathics-core@table-driven-operator-precedence#egg=Mathics3[full]
(cd src/mathics3 && make )
git checkout git+https://github.com/Mathics3/mathics-core@table-driven-operator-precedence#egg=Mathics3[full]
(cd src/mathics3 && make install)
# pip install Mathics3[full]
MATHICS_CHARACTER_ENCODING="ASCII" make check-mathics

0 comments on commit 87bfe16

Please sign in to comment.