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

use cupy 12.3 in testsuite

parent ada89c01
No related branches found
No related tags found
1 merge request!444CI: Fix cupy installation + temporarily allow multiarch to fail
...@@ -29,7 +29,7 @@ stages: ...@@ -29,7 +29,7 @@ stages:
tests-and-coverage: tests-and-coverage:
stage: pretest stage: pretest
extends: .every-commit 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: before_script:
- pip install -e . - pip install -e .
script: script:
...@@ -62,7 +62,7 @@ tests-and-coverage-with-longrun: ...@@ -62,7 +62,7 @@ tests-and-coverage-with-longrun:
stage: test stage: test
when: manual when: manual
allow_failure: true 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: before_script:
- pip install sympy --upgrade - pip install sympy --upgrade
- pip install -e . - pip install -e .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment