File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 env :
3232 CIBW_ARCHS : ${{ matrix.cibw_archs }}
3333 CIBW_SKIP : cp31[!0]{t,}-* *-musllinux_*
34- CIBW_BEFORE_BUILD : pip install -U uv
35- CIBW_BUILD_FRONTEND : build[uv]
34+ CIBW_BUILD_FRONTEND : " build[uv]; args: --no-isolation"
3635 CIBW_TEST_REQUIRES : pytest typing_extensions mypy
3736 CIBW_TEST_COMMAND : >
3837 python -X faulthandler {package}/test/debug.py &&
Original file line number Diff line number Diff line change 3939 env :
4040 CIBW_ARCHS : ${{ matrix.cibw_archs }}
4141 CIBW_SKIP : cp31[!0]{t,}-* *-manylinux_x86_64 *-win_amd64
42- CIBW_BEFORE_BUILD : pip install -U uv
43- CIBW_BUILD_FRONTEND : build[uv]
42+ CIBW_BUILD_FRONTEND : " build[uv]; args: --no-isolation"
4443 CIBW_TEST_REQUIRES : pytest typing_extensions mypy
4544 CIBW_TEST_COMMAND : >
4645 python -X faulthandler {package}/test/debug.py &&
8180 env :
8281 CIBW_ARCHS : ${{ matrix.cibw_archs }}
8382 CIBW_BUILD : cp3[67]-*
84- CIBW_BEFORE_BUILD : pip install -U uv
85- CIBW_BUILD_FRONTEND : build[uv]
83+ CIBW_BUILD_FRONTEND : " build[uv]; args: --no-isolation"
8684 CIBW_TEST_REQUIRES : pytest typing_extensions mypy
8785 CIBW_TEST_COMMAND : >
8886 python -X faulthandler {package}/test/debug.py &&
You can’t perform that action at this time.
0 commit comments