Skip to content

Commit 8d3a08e

Browse files
committed
Update unit test matrix
1 parent c7c507f commit 8d3a08e

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/ci-python.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,19 @@ jobs:
8080
fail-fast: false
8181
matrix:
8282
include:
83-
- os: ubuntu
84-
- os: macos
83+
- python-version: '3.10'
84+
os: ubuntu
85+
- python-version: '3.10'
86+
os: macos
87+
- python-version: '3.13'
88+
os: ubuntu
89+
- python-version: '3.13'
90+
os: macos
8591
with:
86-
name: Unit Tests (${{ matrix.os }})
92+
name: Unit Tests (${{ matrix.python-version }}, ${{ matrix.os }})
8793
os: ${{ matrix.os }}
88-
cache-key: python-unit-test-${{ matrix.os }}
94+
python-version: ${{ matrix.python-version }}
95+
cache-key: python-unit-test-${{ matrix.python-version }}
8996
run: |
9097
bazel test //py:unit
9198

0 commit comments

Comments
 (0)