Skip to content
Snippets Groups Projects
Commit 6058ac76 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Allow failure in arm builds still

parent 1335aafb
No related branches found
No related tags found
No related merge requests found
Pipeline #59488 passed
...@@ -105,6 +105,7 @@ build_macos_arm_39: ...@@ -105,6 +105,7 @@ build_macos_arm_39:
extends: .build_macos_arm_template extends: .build_macos_arm_template
variables: variables:
PYTHON_VERSION: "3.9" PYTHON_VERSION: "3.9"
allow_failure: true
cache: cache:
key: "build-py39" key: "build-py39"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment