Skip to content

Commit bb16421

Browse files
committed
Adjust CI testing
1 parent 2105381 commit bb16421

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [macOS]
15-
python-version: ['3.9', '3.10', 3.11]
15+
python-version: ['3.9', '3.10', '3.11']
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.8', '3.9', '3.10', '3.11']
14+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}
@@ -28,7 +28,8 @@ jobs:
2828
# git clone https://github.com/Mathics3/mathics-core
2929
# (cd mathics-core && pip3 install -e .[full])
3030
# (cd mathics-core && bash ./admin-tools/make-op-tables.sh)
31-
python -m pip install Mathics3[full]
31+
# python -m pip install Mathics3[full]
32+
pip install -e .
3233
- name: Install mathicsscript
3334
run: |
3435
make

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows]
15-
python-version: ['3.9', '3.11']
15+
python-version: ['3.10', '3.12']
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)