Skip to content

Commit f45fdf6

Browse files
committed
Use matrix for the ci job
1 parent 504949f commit f45fdf6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,20 @@ env:
99
UV_SYSTEM_PYTHON: true
1010

1111
jobs:
12+
runs-on: ubuntu-latest
13+
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
python-version: ["3.12"]
18+
1219
ci:
1320
runs-on: ubuntu-latest
1421
steps:
1522
- name: Checkout Repository
1623
uses: actions/checkout@v4
1724

18-
- name: Set up Python 3.12
25+
- name: Set up Python ${{ matrix.python-version }}
1926
uses: actions/setup-python@v5
2027

2128
- name: Set up JDK 17

0 commit comments

Comments
 (0)