diff --git a/.github/workflows/python-cibuildwheel-pybind.yml b/.github/workflows/python-cibuildwheel-pybind.yml index 597444e56..5f11b0f18 100644 --- a/.github/workflows/python-cibuildwheel-pybind.yml +++ b/.github/workflows/python-cibuildwheel-pybind.yml @@ -125,8 +125,7 @@ jobs: # testing CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: > - python -m pytest {package}/tests && - python -m pytest {package}/integration-tests + python -m pytest {package}/tests # for debugging set this to 1,2 or 3 # CIBW_BUILD_VERBOSITY: 2