File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
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 python -m pip install Mathics3-Module-Base
26+ git clone --depth 1 https://github.com/Mathics3/Mathics3-scanner.git
27+ cd Mathics3-scanner/
28+ pip install -e .
29+ bash -x admin-tools/make-JSON-tables.sh
30+ cd ..
2631 # Until the next mathics-core release
2732 # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
2833 git clone https://github.com/Mathics3/mathics-core
Original file line number Diff line number Diff line change @@ -24,11 +24,15 @@ jobs:
2424 python -m pip install pytest
2525 python -m pip install Mathics3-Module-Base
2626 # Go over and comment out stuff when next Mathics core and Mathics-scanner are released
27- # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
27+ git clone --depth 1 https://github.com/Mathics3/Mathics3-scanner.git
28+ cd Mathics3-scanner/
29+ pip install -e .
30+ bash -x admin-tools/make-JSON-tables.sh
31+ cd ..
2832 # Until the next mathics-core release
2933 git clone https://github.com/Mathics3/mathics-core
3034 (cd mathics-core && pip3 install -e .[full])
31- (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
35+ (cd mathics-core && bash -x ./admin-tools/make-JSON-tables.sh)
3236
3337 - name : install Mathics3 Module networkx
3438 run : |
You can’t perform that action at this time.
0 commit comments