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 2323 # python -m pip install --upgrade pip
2424 python -m pip install pytest
2525 # 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]
2727 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)
2929 # python -m pip install Mathics3[full]
3030 - name : Install Pymathics.natlang
3131 run : |
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 # python -m pip install --upgrade pip
2525 python -m pip install pytest
2626 # 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]
2929 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)
3232 python -m pip install Mathics3[full]
3333 - name : install pymathics natlang
3434 run : |
You can’t perform that action at this time.
0 commit comments