File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
2323 run : |
2424 python -m pip install --upgrade pip
2525 python -m pip install wheel
26- choco install llvm
26+ choco install llvm --force
2727 set LLVM_DIR="C:\Program Files\LLVM"
2828 # Can comment out when next Mathics core and Mathics-scanner are released
29- # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
30- # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
31- # (cd src/mathics3 && bash ./admin-tools/make-op-tables.sh)
32- python -m pip Mathic3[full]
29+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
30+ python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
31+ (cd src/mathics3 && bash ./admin-tools/make-op-tables.sh)
32+ # python -m pip install Mathic3[full]
3333 - name : Install mathicsscript
3434 run : |
3535 make
36- - name : Test Mathics
36+ - name : Test mathicsscript
3737 run : |
3838 pip install -r requirements-dev.txt
3939 make check
You can’t perform that action at this time.
0 commit comments