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

Partly fix ci

parent 1a2ec54b
No related branches found
No related tags found
1 merge request!1Version 1.1
Pipeline #23412 failed
...@@ -25,10 +25,10 @@ default: ...@@ -25,10 +25,10 @@ default:
- cd ../.. - cd ../..
# Install PyPK # Install PyPK
# TODO change branch # TODO change branch
- wget -q https://gitlab.uliege.be/am-dept/pypk/-/archive/master/pypk-adri.tar.bz2 - wget -q https://gitlab.uliege.be/am-dept/pypk/-/archive/adri/pypk-adri.tar.bz2
- tar xf pypk-master.tar.bz2 - tar xf pypk-adri.tar.bz2
- rm pypk-master.tar.bz2 - rm pypk-adri.tar.bz2
- mv pypk-master pypk - mv pypk-adri pypk
- cd pypk - cd pypk
- python3 -m pip install . - python3 -m pip install .
- cd .. - cd ..
......
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