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

Merge branch 'fhennig/fix-ci' into 'master'

CI: Fix cupy installation + temporarily allow multiarch to fail

See merge request !444
parents ada89c01 8cdb3b44
Branches
1 merge request!444CI: Fix cupy installation + temporarily allow multiarch to fail
Pipeline #72780 passed with warnings with stages
in 25 minutes and 29 seconds
......@@ -29,7 +29,7 @@ stages:
tests-and-coverage:
stage: pretest
extends: .every-commit
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full:cupy12.3
before_script:
- pip install -e .
script:
......@@ -62,7 +62,7 @@ tests-and-coverage-with-longrun:
stage: test
when: manual
allow_failure: true
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full:cupy12.3
before_script:
- pip install sympy --upgrade
- pip install -e .
......@@ -145,6 +145,7 @@ ubuntu:
.multiarch_template:
stage: test
extends: .every-commit
allow_failure: true
before_script: &multiarch_before_script
# - pip3 install -v .
- 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