Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 30d5a15

Browse files
committed
IDP-43-modular: add tests
1 parent f52107d commit 30d5a15

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@ jobs:
1212
name: Run Tests
1313
runs-on: ubuntu-latest
1414

15-
strategy:
16-
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
18-
1915
steps:
2016
- name: Checkout code
2117
uses: actions/checkout@v4
2218

23-
- name: Set up Python ${{ matrix.python-version }}
19+
- name: Set up Python
2420
uses: actions/setup-python@v5
2521
with:
26-
python-version: ${{ matrix.python-version }}
22+
python-version: '3.12'
2723

2824
- name: Install dependencies
2925
run: |
@@ -51,7 +47,7 @@ jobs:
5147
- name: Set up Python
5248
uses: actions/setup-python@v5
5349
with:
54-
python-version: '3.11'
50+
python-version: '3.12'
5551

5652
- name: Install package
5753
run: |

0 commit comments

Comments
 (0)