No need for a shlax image to build the shlax image

It will always build on python with shlax[cli] installed because that's
part of the requirement: no extra dependency to use just the framework
besides current Python stable release
This commit is contained in:
jpic 2020-04-21 21:57:42 +02:00
parent 111f086bdd
commit 29505d1004

View File

@ -2,7 +2,7 @@ build:
cache:
key: cache
paths: [.cache]
image: yourlabs/shlax
image: yourlabs/python
script: pip install -U --user -e .[cli] && CACHE_DIR=$(pwd)/.cache ./shlaxfile.py build
stage: build