stages: - test
default:
image: python:3.10
tags: - ssec_shared before_script: - python --version # For debugging
- pip install hatch pytest
test:
tags: - ssec_shared
script:
- python --version
- pip install -e .
- pytest tests/test_conf.py