mirror of https://gitlab.com/litecord/litecord.git
Revert ".gitlab-ci.yml: drop pipenv install pre-script"
This reverts commit d11f8692e4.
This commit is contained in:
parent
d11f8692e4
commit
0449fad9a3
|
|
@ -15,6 +15,7 @@ tests:
|
||||||
- python -V
|
- python -V
|
||||||
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev
|
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev
|
||||||
- pip3 install pipenv wheel tox
|
- pip3 install pipenv wheel tox
|
||||||
|
- pipenv install --dev
|
||||||
script:
|
script:
|
||||||
- ls
|
- ls
|
||||||
- cp config.ci.py config.py
|
- cp config.ci.py config.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue