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 b7bfa06 commit 437736dCopy full SHA for 437736d
.github/workflows/build_wheels.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build wheels
22
uses: pypa/[email protected]
23
env:
24
- CIBW_TEST_SOURCES: "tests"
+ CIBW_BEFORE_TEST: "cp -r {project}/tests {package}/"
25
CIBW_TEST_COMMAND: "ls -R && pwd && python -m pytest -v tests/" # "pytest tests/"
26
CIBW_TEST_REQUIRES: pytest pytest-cov pytest-mock codecov
27
CIBW_SKIP: cp36-* cp37-* cp38-* cp313-* pp* *-musllinux* *-manylinux_i686
0 commit comments