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
+ 2
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
6
image: python:3.12-slim-bookworm
image: python:3.11-slim-bookworm
stages: ["code-analysis","test", "build"]
@@ -53,11 +53,6 @@ Run tests - Python 3.11:
extends:
- .test
Run tests - Python 3.12:
image: python:3.12-slim-bookworm
extends:
- .test
Publish package:
stage: build
rules:
Loading