Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
...@@ -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 .
...@@ -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
......