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 437736d commit d0ebcc4Copy full SHA for d0ebcc4
.github/workflows/build_wheels.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build wheels
22
uses: pypa/[email protected]
23
env:
24
- CIBW_BEFORE_TEST: "cp -r {project}/tests {package}/"
+ CIBW_BEFORE_TEST: "ls -lt"
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