TNO Intern

Commit 7bb2a3b8 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Enabling the pipeline to read from the pydoubletcalc package registry

parent 2da71d3b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Run tests:
    - export PATH=$JAVA_HOME/bin:$PATH
    - export THERMOGIS_JAR=$CI_PROJECT_DIR/resources/thermogis_jar/thermogis-1.7.0-shaded.jar
    - pixi install
    - pixi run pip install pydoubletcalc --index-url https://read_pydoubletcalc:$READ_PYDOUBLETCALC@ci.tno.nl/gitlab/api/v4/projects/19719/packages/pypi/simple
    - pixi run pip install pydoubletcalc --index-url https://ci.tno.nl/gitlab/api/v4/projects/19719/packages/pypi/simple/pydoubletcalc
    - pixi run pytest -rx tests/
    - rm -rf /var/lib/apt/lists/*
  only:
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ package-dir = {"" = "src"}

[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["win-64", "linux-64"]
workspace = ["win-64", "linux-64"]

[tool.pixi.pypi-dependencies]
pythermogis = { path = ".", editable = true }