File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 brew install mariadb
3131 pip install pytest
3232 # Can remove after next Mathics-core release
33- # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
34- python -m pip install Mathics3[full]
33+ python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
34+ # python -m pip install Mathics3[full]
3535 - name : Install pymathics.natlang
3636 run : |
3737 pip install -e .
Original file line number Diff line number Diff line change 2727 python -m pip install --upgrade pip
2828 pip install pytest
2929 # Can remove after next Mathics-core release
30- # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
31- python -m pip install Mathics3[full]
30+ python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
31+ # python -m pip install Mathics3[full]
3232 - name : Install pymathics.natlang
3333 run : |
3434 pip install -e .
Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [windows]
15- python-version : [ 3.8 , 3.9 ]
15+ python-version : [ 3.9 , 3.10 ]
1616 steps :
1717 - uses : actions/checkout@v3
1818 - name : Set up Python ${{ matrix.python-version }}
2626 choco install llvm mariadb mysql-connector
2727 pip install pytest
2828 # Can remove after next Mathics-core release
29- # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
30- python -m pip install Mathics3[full]
29+ python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
30+ # python -m pip install Mathics3[full]
3131 - name : Install pymathics.natlang
3232 run : |
3333 pip install -e .
You can’t perform that action at this time.
0 commit comments