Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ validate-mr: stage: validate image: python:3.12-slim before_script: - echo "Running validation for merge request..." - echo "Running merge request validation..." - pip install -r requirements.txt - pip install -e . - pip install isort black flake8 pytest Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sunrise6g-opensdk" version = "1.0.5-test1" version = "1.0.5" description = "Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge Cloud platforms, 5G network cores and Open RAN solutions." keywords = [ "Federation", Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ validate-mr: stage: validate image: python:3.12-slim before_script: - echo "Running validation for merge request..." - echo "Running merge request validation..." - pip install -r requirements.txt - pip install -e . - pip install isort black flake8 pytest Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sunrise6g-opensdk" version = "1.0.5-test1" version = "1.0.5" description = "Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge Cloud platforms, 5G network cores and Open RAN solutions." keywords = [ "Federation", Loading