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

FIX: Pip dependencies

parent 79415e8b
No related branches found
No related tags found
No related merge requests found
Pipeline #374637 failed
......@@ -12,6 +12,7 @@ before_script:
- pip3 install build
- 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
stages:
- check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment