Typo
parent
f29a749850
commit
d1d4c47b0a
|
@ -13,8 +13,9 @@ after_script:
|
|||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
- apt-get update && apt-get -y install python3-pip gcc libmagickwand-dev
|
||||
- apt-get update && apt-get -y install gcc libmagickwand-dev
|
||||
- pip3 install -r requirements.txt
|
||||
- ./mkDocs.sh
|
||||
script:
|
||||
- python3 setup.py sdist #Build source distribution.
|
||||
- python3 setup.py bdist_wheel #Build Linux wheel.
|
||||
|
|
Loading…
Reference in New Issue