From 066cabca7680e719a8585b0795c0ee3802576e08 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Mon, 20 Jan 2025 10:43:12 +0100 Subject: [PATCH] use cupy 12.3 in testsuite --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbb45987b..781e5f5e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 . -- GitLab