Skip to content

Commit 08bb6b9

Browse files
authored
Update pip install command to use only-binary option
1 parent d45ac11 commit 08bb6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
CIBW_BUILD_VERBOSITY: 1
167167
CIBW_BEFORE_BUILD: "pip install packaging>=23.0"
168168
CIBW_BEFORE_TEST: >-
169-
pip install
169+
pip install --only-binary :all:
170170
--extra-index-url https://exotic-wheels.github.io/
171171
uv-ffi>=0.10.8.post7 cryptography>=46.0.7 psutil
172172
CIBW_BUILD: "${{ matrix.py_tag }}-*"

0 commit comments

Comments
 (0)