Skip to content
Snippets Groups Projects
Unverified Commit 351b1731 authored by Pablo Correa Gomez's avatar Pablo Correa Gomez
Browse files

ci: allow mypyc job to fail

mypyc is not yet completely stable, and might fail for things that are
correct Python (see
!61 (comment 456440)),
so don't make it a requirement that it passes for merging
parent 8647dd3b
No related branches found
No related tags found
1 merge request!61add color to NOK, OK, ???, and error prints
Pipeline #210479 passed with warnings
......@@ -18,6 +18,7 @@ native-build:
- adduser -D build
script:
- .ci/native-build.sh
allow_failure: true
docs:
stage: test
......
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