File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [macOS]
15- python-version : [3.8, 3.9, 3.10, 3.11 ]
15+ python-version : [3.13 ]
1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 44 push :
55 branches : [ master ]
66 pull_request :
7- branches : [ master ]
7+ branches : ' ** '
88
99jobs :
1010 build :
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [3.9, 3.11 ]
14+ python-version : [3.12 ]
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- pip install pytest
25- # Can remove after next Mathics-core release
26- # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
27- - name : Install pymathics.hello
24+ python -m pip install pytest
25+ # Go over and comment out stuff when next Mathics core and Mathics-scanner are released
26+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
27+ git clone https://github.com/Mathics3/mathics-core
28+ (cd mathics-core && pip3 install -e .[full])
29+ (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
30+ python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
31+ python -m pip install -e .
32+ - name : install Mathics3 module Hello
2833 run : |
2934 pip install -e .
3035 - name : Test Mathics
Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [windows]
15- python-version : [ 3.9, 3.11 ]
15+ python-version : [ 3.13 ]
1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments