Skip to content

Commit f4ba8d0

Browse files
committed
Cross
1 parent 0aa63fa commit f4ba8d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/dist.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ jobs:
185185

186186
- name: Install deps
187187
run: |
188-
python -m pip --disable-pip-version-check install ninja
189188
python -m pip --disable-pip-version-check install -r rdev_requirements.txt
190189
191190
- name: Install numpy (needed for stubgen but broken in raspbian CI)
@@ -231,7 +230,6 @@ jobs:
231230
- name: Install deps
232231
shell: bash
233232
run: |
234-
/build/venv/bin/build-pip --disable-pip-version-check install ninja pkgconf
235233
/build/venv/bin/cross-pip --disable-pip-version-check install -r rdev_requirements.txt
236234
237235
- name: Build + test wheels

rdev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ semiwrap @ git+https://github.com/robotpy/robotpy-build@semiwrap
1414
hatch-meson
1515
hatch-robotpy @ git+https://github.com/robotpy/hatch-robotpy@main
1616
hatch-nativelib @ git+https://github.com/robotpy/hatch-nativelib@rm-macos-relink
17+
ninja
1718
msvc-runtime>=14.42.34433; platform_system == 'Windows'

0 commit comments

Comments
 (0)