Skip to content
Snippets Groups Projects
Commit 3e97c41f authored by Daniel Sali's avatar Daniel Sali
Browse files

In GitLab CI/CD pipeline, assume pip3 is installed

parent d9ddde14
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,8 @@ default:
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
- pip3 install --upgrade pip
- pip3 install build twine
stages:
- build
......
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