File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 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]
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-JSON-tables.sh)
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+ # git clone https://github.com/Mathics3/mathics-core
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