Skip to content

Commit 3f82060

Browse files
committed
Remove unnecessary prefix
1 parent f7a002c commit 3f82060

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
@@ -262,7 +262,7 @@ jobs:
262262
run: uv tool install ninja
263263

264264
- name: Configure via preset
265-
run: cmake --preset venv -DPYBIND11_CREATE_WITH_UV="python${{ matrix.python-version }}"
265+
run: cmake --preset venv -DPYBIND11_CREATE_WITH_UV="${{ matrix.python-version }}"
266266

267267
- name: Build C++11
268268
run: cmake --build --preset venv

0 commit comments

Comments
 (0)