From: Martin Quinson Date: Sat, 29 Jun 2019 10:18:20 +0000 (+0200) Subject: ci: yet another attempt at pip dependencies X-Git-Tag: v3.23.2~59 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c81b3f233747e07f8962a653d2d6d7423100088d?ds=sidebyside ci: yet another attempt at pip dependencies --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b61091187c..4a0ebdbb6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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