File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ semiwrap @ git+https://github.com/robotpy/robotpy-build@semiwrap
1414hatch-meson
1515hatch-robotpy @ git+https://github.com/robotpy/hatch-robotpy@main
1616hatch-nativelib @ git+https://github.com/robotpy/hatch-nativelib@rm-macos-relink
17+ ninja
1718msvc-runtime>=14.42.34433; platform_system == 'Windows'
You can’t perform that action at this time.
0 commit comments