Skip to content

Commit 65cc731

Browse files
committed
update python version used with pipx
1 parent 4c9f5a7 commit 65cc731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-rtc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,12 @@ jobs:
8080
submodules: true
8181

8282
- uses: actions/setup-python@v5
83+
id: setup-python
8384
with:
8485
python-version: "3.11"
8586

8687
- name: Build wheels
87-
run: pipx run cibuildwheel==3.3.1 --output-dir dist
88+
run: pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist
8889
env:
8990
CIBW_ARCHS: ${{ matrix.archs }}
9091

0 commit comments

Comments
 (0)