Skip to content
Snippets Groups Projects
Commit 8331d723 authored by Alexander Kaschta's avatar Alexander Kaschta :owl:
Browse files

FIX: Pip dependencies

parent e22e5d0a
Branches
No related tags found
No related merge requests found
Pipeline #374638 passed
...@@ -11,8 +11,8 @@ before_script: ...@@ -11,8 +11,8 @@ before_script:
- python3 -V # Print out python version for debugging - python3 -V # Print out python version for debugging
- pip3 install build - pip3 install build
- python3 -m venv || apt-get -y install python3-venv - python3 -m venv || apt-get -y install python3-venv
- if [ $CI_JOB_STAGE != "deploy" ]; then if [ $CI_COMMIT_BRANCH == "main" ]; then pip3 install git+https://gitlab.kit.edu/scc-net/netvs/netvs_hub_cli.git@main#egg=netvs_hub_cli; else pip3 install git+https://gitlab.kit.edu/scc-net/netvs/netvs_hub_cli.git@devel#egg=netvs_hub_cli; fi; fi
- pip3 install netdb-client --index-url https://gitlab.kit.edu/api/v4/groups/198806/-/packages/pypi/simple - pip3 install netdb-client --index-url https://gitlab.kit.edu/api/v4/groups/198806/-/packages/pypi/simple
- if [ $CI_JOB_STAGE != "deploy" ]; then if [ $CI_COMMIT_BRANCH == "main" ]; then pip3 install git+https://gitlab.kit.edu/scc-net/netvs/netvs_hub_cli.git@main#egg=netvs_hub_cli; else pip3 install git+https://gitlab.kit.edu/scc-net/netvs/netvs_hub_cli.git@devel#egg=netvs_hub_cli; fi; fi
stages: stages:
- check - check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment