File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed
Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 brew install llvm
2525 python -m pip install --upgrade pip
2626 python -m pip install pytest
27- # Go over and comment out stuff when next Mathics core and Mathics-scanner are released
28- python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[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)
32- python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
27+ # # Go over and comment out stuff when next Mathics core and Mathics-scanner are released
28+ # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[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)
32+ # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3333 - name : Install Mathic3 Hello Module
3434 run : |
3535 python -m pip install -e .
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 run : |
2323 python -m pip install --upgrade pip
2424 python -m pip install pytest
25- # 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
25+ # # 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
3131 - name : install Mathic3 Hello Module
3232 run : |
3333 python -m pip install -e .
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 run : |
2424 python -m pip install --upgrade pip
2525 python -m pip install pytest
26- python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner
27- git clone --depth 1 https://github.com/Mathics3/mathics-core mathics-core
28- cd mathics-core
29- python -m pip install -e .
30- bash admin-tools/make-JSON-tables.sh
31- cd ..
32- 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
27+ # git clone --depth 1 https://github.com/Mathics3/mathics-core mathics-core
28+ # cd mathics-core
29+ # python -m pip install -e .
30+ # bash admin-tools/make-JSON-tables.sh
31+ # cd ..
32+ # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3333 - name : Install Mathic3 Hello Module
3434 run : |
3535 python -m pip install -e .
You can’t perform that action at this time.
0 commit comments