Skip to content

Commit f683a4a

Browse files
committed
ci: fix python version selection regression introduced by the uv-transition
1 parent 19c7f8d commit f683a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
with:
1919
enable-cache: true
2020
cache-dependency-glob: "uv.lock"
21-
python-version: ${{ matrix.python-version }}
21+
python-version: ${{ inputs.python-version }}
2222

2323
- name: Install the project
2424
run: uv sync

0 commit comments

Comments
 (0)