Skip to content
Snippets Groups Projects

Version bumps

Merged David Schäfer requested to merge version_bumps into develop
1 file
+ 0
13
Compare changes
  • Side-by-side
  • Inline
+ 0
13
@@ -109,19 +109,6 @@ python310:
reports:
junit: report.xml
python311:
stage: test
image: python:3.11
script:
- pytest tests dios/test -Werror --junitxml=report.xml
- python -m saqc --config docs/resources/data/config.csv --data docs/resources/data/data.csv --outfile /tmp/test.csv
artifacts:
when: always
reports:
junit: report.xml
doctest:
stage: test
script:
Loading