From 29505d10042a0c8ba8334d5a4b1ad6ea73ca3452 Mon Sep 17 00:00:00 2001 From: jpic Date: Tue, 21 Apr 2020 21:57:42 +0200 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0de8fd..1b58598 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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