Skip to content
Snippets Groups Projects
Commit b92ae513 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add CI minimal CI test for old sympy

parent 00c00c45
No related merge requests found
Pipeline #20599 failed with stage
in 4 minutes and 12 seconds
...@@ -101,6 +101,17 @@ minimal-sympy-master: ...@@ -101,6 +101,17 @@ minimal-sympy-master:
tags: tags:
- docker - docker
minimal-sympy-perhistoric:
stage: test
except:
variables:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
script:
- apt install python3-sympy -y
- python3 setup.py quicktest
tags:
- docker
pycodegen-integration: pycodegen-integration:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
......
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