ci: wheel build tests fixed

This commit is contained in:
Nicolas Kruse 2025-11-09 23:11:55 +01:00
parent a7c9975c31
commit c2f48ef6b1
1 changed files with 1 additions and 1 deletions

View File

@ -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: