File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,12 @@ 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+ git clone https://github.com/Mathics3/Mathics3-scanner
28+ (cd mathics_scanner && pip3 install -e .[full] --no-build-isolation)
2729 # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
2830 # Until the next mathics-core release
2931 git clone https://github.com/Mathics3/mathics-core
30- (cd mathics-core && pip3 install -e .[full])
32+ (cd mathics-core && pip3 install -e .[full] --no-build-isolation )
3133 (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
3234
3335 - name : install Mathics3 Module networkx
You can’t perform that action at this time.
0 commit comments