Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace some calls to THROWF.
[simgrid.git] / .gitlab-ci.yml
index d725437875ff3e896abad3160c788686c8844dcd..4a0ebdbb6ad4e6ac7c213b922073fa559d2d7117 100644 (file)
@@ -41,7 +41,7 @@ pip:
   except:
   - stable
   script:
-  - apt update && apt install -y python3-pip cmake
+  - apt update && apt install -y python3-pip cmake libboost-dev g++ gcc pybind11-dev
   - python3 setup.py sdist
   - cd dist && tar xfz simgrid*.tar.gz && cd simgrid-*/ && python3 setup.py build