Better python environment setup.
parent
1f9bd4e19d
commit
332276aa6b
|
@ -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:
|
||||
|
|
|
@ -5,5 +5,7 @@ scipy
|
|||
Wand
|
||||
setuptools
|
||||
pybind11
|
||||
wheel
|
||||
setuptools
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
|
|
Loading…
Reference in New Issue