mirror of https://github.com/Nonannet/copapy.git
ci: wheel build tests fixed
This commit is contained in:
parent
a7c9975c31
commit
c2f48ef6b1
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
CIBW_ARCHS_MACOS: "x86_64 universal2"
|
CIBW_ARCHS_MACOS: "x86_64 universal2"
|
||||||
CIBW_ARCHS_WINDOWS: "AMD64 x86"
|
CIBW_ARCHS_WINDOWS: "AMD64 x86"
|
||||||
CIBW_TEST_REQUIRES: "pytest"
|
CIBW_TEST_REQUIRES: "pytest"
|
||||||
CIBW_TEST_COMMAND: "pytest -m 'not runner'"
|
CIBW_TEST_COMMAND: "pytest -m \"not runner\" {package}/tests/"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue