We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a002c commit 3f82060Copy full SHA for 3f82060
.github/workflows/ci.yml
@@ -262,7 +262,7 @@ jobs:
262
run: uv tool install ninja
263
264
- name: Configure via preset
265
- run: cmake --preset venv -DPYBIND11_CREATE_WITH_UV="python${{ matrix.python-version }}"
+ run: cmake --preset venv -DPYBIND11_CREATE_WITH_UV="${{ matrix.python-version }}"
266
267
- name: Build C++11
268
run: cmake --build --preset venv
0 commit comments