File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
# python -m pip install --upgrade pip
24
24
python -m pip install pytest
25
25
# Can comment out when next Mathics3 core and Mathics-scanner are released
26
- # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
26
+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
27
27
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
28
- (cd src/mathics3 && bash ./admin-tools/make-op -tables.sh)
28
+ (cd src/mathics3 && bash ./admin-tools/make-JSON -tables.sh)
29
29
# python -m pip install Mathics3[full]
30
30
- name : Install Pymathics.natlang
31
31
run : |
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
# python -m pip install --upgrade pip
25
25
python -m pip install pytest
26
26
# Can comment out when next Mathics3 core and Mathics-scanner are released
27
- # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
28
- # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
27
+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
28
+ python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
29
29
git clone https://github.com/Mathics3/mathics-core
30
- # (cd mathics-core && pip3 install -e .[full])
31
- # (cd mathics-core && bash ./admin-tools/make-op -tables.sh)
30
+ (cd mathics-core && pip3 install -e .[full])
31
+ (cd mathics-core && bash ./admin-tools/make-JSON -tables.sh)
32
32
python -m pip install Mathics3[full]
33
33
- name : install pymathics natlang
34
34
run : |
You can’t perform that action at this time.
0 commit comments