We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e826bb commit 203530eCopy full SHA for 203530e
.github/workflows/dist.yml
@@ -230,6 +230,7 @@ jobs:
230
- name: Install deps
231
shell: bash
232
run: |
233
+ /build/venv/bin/build-pip --disable-pip-version-check install ninja pkgconf
234
/build/venv/bin/cross-pip --disable-pip-version-check install -r rdev_requirements.txt
235
236
- name: Build + test wheels
@@ -289,6 +290,7 @@ jobs:
289
290
291
292
293
294
295
296
- name: Build wheels
0 commit comments