Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace some calls to THROWF.
[simgrid.git] / .gitlab-ci.yml
index b61091187cbc7f5c8497973b55cf2f522cf28ff4..4a0ebdbb6ad4e6ac7c213b922073fa559d2d7117 100644 (file)
@@ -41,7 +41,7 @@ pip:
   except:
   - stable
   script:
-  - apt update && apt install -y python3-pip cmake libboost-dev g++ gcc
+  - 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