Skip to content

Commit

Permalink
yaml values with a colon character need to be quoted
Browse files Browse the repository at this point in the history
Signed-off-by: Barnaby Robson <[email protected]>
  • Loading branch information
barnabyrobson committed Oct 13, 2023
1 parent 5180baf commit 01a0a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 01a0a37

Please sign in to comment.