Skip to content
Snippets Groups Projects
Commit 3c846b10 authored by Moul's avatar Moul
Browse files

Allow tests:3.12 job to fail (#196)

allow_failure
https://docs.gitlab.com/ee/ci/yaml/#allow_failure

See silkaj#474
parent 77f0710c
No related branches found
No related tags found
No related merge requests found
Pipeline #32945 waiting for manual action
...@@ -139,6 +139,7 @@ tests:3.12: ...@@ -139,6 +139,7 @@ tests:3.12:
extends: .tests extends: .tests
variables: variables:
PYTHON_VERSION: "3.12" PYTHON_VERSION: "3.12"
allow_failure: true
release: release:
stage: release stage: release
......
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