CI: add python3-dev to installed packages

This commit is contained in:
rinpatch 2020-05-03 15:50:07 +03:00
parent 59bc819e5d
commit f8d25ef026

View file

@ -13,7 +13,7 @@ fetch-and-build:
paths:
- site/
script:
- apk add git python3 gcc
- apk add git python3 gcc python3-dev
- python3 -m ensurepip
- pip3 install mkdocs mkdocs-material markdown-include
- ./manage.sh all --branch $BRANCH