From 9ea2f1e58e1c4f4edbb39446350a85703c00438b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 12 Feb 2021 19:23:42 +0200 Subject: [PATCH] Better install-wheel CI job. Run the command as an added check. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ba5ad7..822d34f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,3 +6,8 @@ include: file: templates/python.yml - project: shore/ci-templates file: templates/gitlab-release.yml + +install-wheel: + extends: .install-wheel + script: + - eb-prune --help -- GitLab