Skip to content
Snippets Groups Projects
Commit f38fe56c authored by David Trattnig's avatar David Trattnig
Browse files

fix: remove pip

parent 487300d4
No related branches found
No related tags found
No related merge requests found
Pipeline #2371 passed
...@@ -12,7 +12,7 @@ variables: ...@@ -12,7 +12,7 @@ variables:
.install_requirements_python: &install_requirements_python .install_requirements_python: &install_requirements_python
- apt-get --quiet update - apt-get --quiet update
- apt-get -y install make pip - apt-get -y install make
- python3 -m pip install --upgrade pip - python3 -m pip install --upgrade pip
- pip install poetry - pip install poetry
- poetry install --no-interaction - poetry install --no-interaction
......
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