Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
comment borken tests
[simgrid.git] / .gitlab-ci.yml
index ee2ce14..d725437 100644 (file)
@@ -41,6 +41,7 @@ pip:
   except:
   - stable
   script:
+  - apt update && apt install -y python3-pip cmake
   - python3 setup.py sdist
   - cd dist && tar xfz simgrid*.tar.gz && cd simgrid-*/ && python3 setup.py build