File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3333 - name : Install Mathics3 Module nltk
3434 run : |
3535 python -m pip install --no-build-isolation setuptools Mathics3[full] nltk PatternLite enchant
36- make develop
3736 - name : Test Mathics Consistency and Style
3837 run : |
38+ make develop
3939 make check-consistency-and-style
Original file line number Diff line number Diff line change @@ -30,12 +30,11 @@ jobs:
3030 git clone https://github.com/Mathics3/mathics-core
3131 (cd mathics-core && python -m pip install -e .[full])
3232 (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
33- python ./admin-tools/download-bcp47.py
3433
3534 - name : Install Mathics3 Module nltk
3635 run : |
3736 python -m pip install --no-build-isolation setuptools Mathics3[full] nltk PatternLite enchant
38- make develop
3937 - name : Test Mathics3 Module nltk
4038 run : |
39+ make develop
4140 make -j3 check
You can’t perform that action at this time.
0 commit comments