From 01a0a37ff10e59b3d8a4f1c06816079004f19192 Mon Sep 17 00:00:00 2001 From: Barnaby Robson Date: Fri, 13 Oct 2023 10:47:39 -0700 Subject: [PATCH] yaml values with a colon character need to be quoted Signed-off-by: Barnaby Robson --- .github/workflows/python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index d4cf0d0489..e39ea845c2 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -50,7 +50,7 @@ jobs: # The CI platform is Intel based so we are doing cross compilation # for macOS. It is not currently possible to test arm64 when cross # compiling. - CIBW_TEST_SKIP: *_universal2:arm64 + CIBW_TEST_SKIP: "*-macosx_universal2:arm64" CIBW_BEFORE_BUILD: > echo "Installing OpenEXR..." && cd openexr.build &&