Skip to content

Commit 854d6c3

Browse files
committed
fix: Updated correct python matrix version variable name in ci.yml action pipeline
1 parent 8ffa158 commit 854d6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
1313
runs-on: ubuntu-latest
1414
env:
15-
UV_PYTHON: ${{ matrix.python-version }}
15+
UV_PYTHON: ${{ matrix.python }}
1616
UV_LOCKED: 1
1717
UV_NO_DEV: 1
1818
steps:

0 commit comments

Comments
 (0)