File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -192,23 +192,15 @@ jobs:
192192 - name : Install
193193 working-directory : dist
194194 run : |
195- # install to both cross and build in case things get mixed up
196195 /build/venv/bin/build-pip --disable-pip-version-check install *.whl
197- /build/venv/bin/cross-pip --disable-pip-version-check install *.whl
198196
199197 - name : Install test dependencies
200198 shell : bash
201199 working-directory : tests
202200 run : |
203- # install to both cross and build in case things get mixed up
204201 /build/venv/bin/build-pip --disable-pip-version-check install -r requirements.txt
205- /build/venv/bin/cross-pip --disable-pip-version-check install -r requirements.txt
206202
207203 - name : Build cross wheel
208- env :
209- RPYBUILD_PARALLEL : 1
210- RPYBUILD_STRIP_LIBPYTHON : 1
211- RPYBUILD_CC_LAUNCHER : ccache
212204 working-directory : tests/cpp
213205 run : /build/venv/bin/cross-python run_install.py wheel
214206
You can’t perform that action at this time.
0 commit comments