Skip to content
Snippets Groups Projects
Commit e6bbd9d4 authored by Tamas Simon's avatar Tamas Simon
Browse files

Try reusing the installed python3-pip package

parent b0bb9ac3
No related branches found
No related tags found
No related merge requests found
Pipeline #11172 failed
......@@ -4,10 +4,6 @@ default:
paths:
- .pip-cache/
before_script:
- python3 --version
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python3 get-pip.py --user
- pip install --upgrade pip
- pip install build twine
stages:
......
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