diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57b98ca..a619f5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ build: stage: build before_script: - apt-get update && apt-get -y install gcc libmagickwand-dev make + - pip3 install -U pip setuptools wheel - pip3 install -r requirements.txt - ./mkDocs.sh script: diff --git a/requirements.txt b/requirements.txt index ee06ef1..7833264 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,7 @@ scipy Wand setuptools pybind11 +wheel +setuptools sphinx sphinx_rtd_theme