Skip to content
Snippets Groups Projects
Commit 90e1daf6 authored by Adrien Crovato's avatar Adrien Crovato
Browse files

fix ci

parent ae1cb0a1
No related branches found
Tags v1.0.0
No related merge requests found
Pipeline #19941 passed
......@@ -18,7 +18,8 @@ build:
<<: *global_tag_def
stage: build
script:
- python3 -m ensurepip --upgrade
- wget https://bootstrap.pypa.io/get-pip.py
- python3 get-pip.py
- python3 -m pip install .
test:
......
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