Skip to content

Commit 613f550

Browse files
committed
Fix cross
1 parent 9e826bb commit 613f550

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
- name: Install deps
231231
shell: bash
232232
run: |
233-
/build/venv/bin/cross-pip --disable-pip-version-check install -r rdev_requirements.txt
233+
/build/venv/bin/build-pip --disable-pip-version-check install -r rdev_requirements.txt
234234
235235
- name: Build + test wheels
236236
shell: bash
@@ -289,7 +289,7 @@ jobs:
289289
- name: Install deps
290290
shell: bash
291291
run: |
292-
/build/venv/bin/cross-pip --disable-pip-version-check install -r rdev_requirements.txt
292+
/build/venv/bin/build-pip --disable-pip-version-check install -r rdev_requirements.txt
293293
294294
- name: Build wheels
295295
shell: bash

0 commit comments

Comments
 (0)