We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65214a commit 510d015Copy full SHA for 510d015
1 file changed
.github/workflows/wheel_tests_and_release.yml
@@ -9,6 +9,7 @@ env:
9
# CIBW_BEFORE_BUILD: pip install cython
10
CIBW_TEST_REQUIRES: pytest
11
CIBW_TEST_COMMAND: pytest --pyargs pywt
12
+ CIBW_ENVIRONMENT: PIP_PREFER_BINARY=1
13
14
15
jobs:
0 commit comments