Skip to content
Snippets Groups Projects
Commit 1d58a750 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

permit multiarch tasks to fail

parent 066cabca
1 merge request!444CI: Fix cupy installation + temporarily allow multiarch to fail
Pipeline #72662 passed with warnings with stages
in 34 minutes and 5 seconds
...@@ -145,6 +145,7 @@ ubuntu: ...@@ -145,6 +145,7 @@ ubuntu:
.multiarch_template: .multiarch_template:
stage: test stage: test
extends: .every-commit extends: .every-commit
allow_failure: true
before_script: &multiarch_before_script before_script: &multiarch_before_script
# - pip3 install -v . # - pip3 install -v .
- export PYTHONPATH=src - export PYTHONPATH=src
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment