We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b4363 commit 4c9f5a7Copy full SHA for 4c9f5a7
1 file changed
.github/workflows/build-rtc.yml
@@ -34,8 +34,6 @@ jobs:
34
ref: ${{ github.event.pull_request.head.ref }}
35
36
- uses: actions/setup-python@v4
37
- with:
38
- python-version: "3.11"
39
40
- name: Install Protoc
41
uses: arduino/setup-protoc@v3
@@ -82,6 +80,8 @@ jobs:
82
80
submodules: true
83
81
84
- uses: actions/setup-python@v5
+ with:
+ python-version: "3.11"
85
86
- name: Build wheels
87
run: pipx run cibuildwheel==3.3.1 --output-dir dist
0 commit comments