Skip to content

Commit 4266284

Browse files
committed
Fix up pytest installation
1 parent 811a583 commit 4266284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
delvewheel repair -w {dest_dir} {wheel}
2222
# TODO: switch to building based on locked src
2323
# and use tests-min-locked here
24-
CIBW_TEST_EXTRAS: >-
25-
tests-min
24+
CIBW_BEFORE_TEST: >-
25+
pip install -r {project}/requirements-only-tests-min-locked.txt
2626
CIBW_TEST_COMMAND: >-
2727
pytest {project}/tests
2828
# # On Windows, we explicitly request MSVC compilers (as GitHub Action runners have

0 commit comments

Comments
 (0)