Skip to content
Snippets Groups Projects

Rework project add configuration and merge bm05 controller

Merged Valentin Valls requested to merge rework-project into main
1 file
+ 16
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 16
0
stages:
- test
test:
stage: test
image: condaforge/mambaforge:latest
before_script:
- eval "$(/opt/conda/bin/conda shell.posix hook)" # Enable activate/deactivate
- mamba create --name=test python=3.10 tango
- conda activate test
- pip install .[test] nosqltangodb pytest mock
script:
- pytest tests -s
variables:
PIP_CACHE_DIR: /opt/cache/pip
Loading