Skip to content
Snippets Groups Projects

Rename Stocks data registration to LabID data registration.

Merged William Murphy requested to merge #15-rename-stocks-data-registration into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
image: python:3.11-slim-bookworm
stages: ["code-analysis", "test", "build"]
stages: ["code-analysis","test", "build"]
before_script: ["pip --quiet install poetry && poetry install"]
cache:
key: pkg-cache
paths: ["/root/.cache/pip"]
key: pip-cache
paths: ["/root/.cache/pip", "/root/.cache/pypoetry"]
Run type checks:
stage: code-analysis
Loading