File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 run : |
2323 python -m pip install --upgrade pip
2424 python -m pip install pytest
25- # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
26- # git clone https://github.com/Mathics3/mathics-core
27- # (cd mathics-core && make)
28- # (cd mathics-core && python -m pip install -e .[full])
29- # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
25+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
26+ git clone https://github.com/Mathics3/mathics-core
27+ (cd mathics-core && make)
28+ (cd mathics-core && python -m pip install -e .[full])
29+ python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3030 - name : Install Pymathics.graph with minimum dependencies
3131 run : |
3232 make develop
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 python -m pip install --upgrade pip
2424 python -m pip install pytest
2525 # Go over and comment out stuff when next Mathics core and Mathics-scanner are released
26- # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
27- # git clone https://github.com/Mathics3/mathics-core
28- # (cd mathics-core && pip3 install -e .[full])
29- # (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
30- # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
26+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
27+ git clone https://github.com/Mathics3/mathics-core
28+ (cd mathics-core && pip3 install -e .[full])
29+ (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
30+ python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3131 - name : install pymathics graph
3232 run : |
3333 python -m pip install -e .[full]
You can’t perform that action at this time.
0 commit comments