File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 32
32
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
33
33
- name : Install Mathic3 Hello Module
34
34
run : |
35
- python -m pip install -e .
35
+ python -m pip install Mathics3
36
+ python -m pip install --no-build-isolation -e .
36
37
- name : Test Mathics3 Hello Module
37
38
run : |
38
39
make check
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : ['3.10', '3.11', '3. 12', '3.13']
14
+ python-version : ['3.12', '3.13']
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up Python ${{ matrix.python-version }}
30
30
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
31
31
- name : install Mathic3 Hello Module
32
32
run : |
33
- python -m pip install -e .
33
+ python -m pip install Mathics3
34
+ python -m pip install --no-build-isolation -e .
34
35
- name : Test Mathics3 Hello Module
35
36
run : |
36
37
make check
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [windows]
15
- python-version : ['3.10 ', '3.11 ', '3.12 ']
15
+ python-version : ['3.11 ', '3.12 ', '3.13 ']
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- name : Set up Python ${{ matrix.python-version }}
32
32
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
33
33
- name : Install Mathic3 Hello Module
34
34
run : |
35
- python -m pip install -e .
35
+ python -m pip install Mathics3
36
+ python -m pip install --no-build-isolation -e .
36
37
- name : Test Mathics
37
38
run : |
38
39
make check
You can’t perform that action at this time.
0 commit comments