diff --git a/.github/workflows/wheels-workflow.yaml b/.github/workflows/wheels-workflow.yaml index c880f29c..ba3955b1 100644 --- a/.github/workflows/wheels-workflow.yaml +++ b/.github/workflows/wheels-workflow.yaml @@ -41,7 +41,7 @@ jobs: CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 CIBW_BUILD_VERBOSITY: 1 CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.13 - CIBW_TEST_COMMAND: pytest --strict-markers -m 'not slow' -k "not -k 'not test_fit_and_predict_linear_regression' {project}/tests + CIBW_TEST_COMMAND: pytest --strict-markers -m 'not slow' -k 'not test_fit_and_predict_linear_regression' {project}/tests CIBW_TEST_COMMAND_WINDOWS: pytest --strict-markers -m "not slow" -k "not test_fit_and_predict_linear_regression" {project}\\tests CIBW_TEST_REQUIRES: pytest # Skip trying to test arm64 builds on Intel Macs