Skip to content
Snippets Groups Projects

Test registry

Merged Willi Rath requested to merge test-registry into add-ci
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
2
image: continuumio/miniconda3:latest
image: git.geomar.de:11411/willi-rath/colocation_of_hpc_and_analytics:latest
before_script:
- conda install -q -y -c defaults python=3 mpi4py numpy flake8 pytest pytest-cov snakeviz
- pip install -e .
test:
Loading