File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies
2323 run : |
24- brew install llvm@11
24+ brew install llvm
2525 python -m pip install --upgrade pip
2626 pip install pytest
2727 # Can remove after next Mathics-core release
28- python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
28+ # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
2929 - name : Install pymathics.hello
3030 run : |
3131 pip install -e .
Original file line number Diff line number Diff line change 2323 python -m pip install --upgrade pip
2424 pip install pytest
2525 # Can remove after next Mathics-core release
26- python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
26+ # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
2727 - name : Install pymathics.hello
2828 run : |
2929 pip install -e .
Original file line number Diff line number Diff line change 2525 python -m pip install wheel
2626 pip install pytest
2727 # Can remove after next Mathics-core release
28- python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
28+ # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
2929 - name : Install pymathics.hello
3030 run : |
3131 pip install -e .
You can’t perform that action at this time.
0 commit comments