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