File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
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
Original file line number Diff line number Diff line change @@ -42,12 +42,9 @@ pypi-setup:
4242 $(PIP ) install --no-build-isolation -e .
4343
4444# : Set up to run from the source tree
45- develop : pypi-setup download-bcp47
45+ develop : pypi-setup
4646 $(MAKE ) wordlist
47-
48- # : Install Mathics3 Module nltk
49- install : pypi-setup
50- $(PYTHON ) setup.py install
47+ $(MAKE ) download-bcp47
5148
5249# : Run tests
5350test check : pytest doctest
You can’t perform that action at this time.
0 commit comments