Skip to content

Commit ea6fa28

Browse files
committed
Won't work yet, but it'll get farther
1 parent b5b0b38 commit ea6fa28

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/dist.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)