From 4dae55154059de3c36f79a4a3e98488f1ede1e09 Mon Sep 17 00:00:00 2001 From: Jannis Mainczyk Date: Mon, 25 Sep 2023 09:28:51 +0200 Subject: [PATCH] ops(ci): install built package instead of src project --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6acb700..748c5c6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,9 +40,11 @@ dist: docs: stage: build + needs: + - dist script: - apt-get update && apt-get install tree - - pip install .[doc] + - pip install build/dist/*.whl - make docs artifacts: paths: