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 811a583 commit 4266284Copy full SHA for 4266284
.github/workflows/build-wheels.yaml
@@ -21,8 +21,8 @@ jobs:
21
delvewheel repair -w {dest_dir} {wheel}
22
# TODO: switch to building based on locked src
23
# and use tests-min-locked here
24
- CIBW_TEST_EXTRAS: >-
25
- tests-min
+ CIBW_BEFORE_TEST: >-
+ pip install -r {project}/requirements-only-tests-min-locked.txt
26
CIBW_TEST_COMMAND: >-
27
pytest {project}/tests
28
# # On Windows, we explicitly request MSVC compilers (as GitHub Action runners have
0 commit comments