From a0e9fe4b4b2789772d164f35b703e08abc815b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Mon, 15 Aug 2022 16:12:29 +0200 Subject: [PATCH] CI: Fix syntax --- .github/workflows/wheels-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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