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:
24
24
brew install llvm
25
25
python -m pip install --upgrade pip
26
26
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
33
33
- name : Install Mathic3 Hello Module
34
34
run : |
35
35
python -m pip install -e .
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
run : |
23
23
python -m pip install --upgrade pip
24
24
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
31
31
- name : install Mathic3 Hello Module
32
32
run : |
33
33
python -m pip install -e .
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
run : |
24
24
python -m pip install --upgrade pip
25
25
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
33
33
- name : Install Mathic3 Hello Module
34
34
run : |
35
35
python -m pip install -e .
You can’t perform that action at this time.
0 commit comments