From 9ac63eaa9d2dfeca95c865844bd95894e6129c68 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 12:05:11 +0100 Subject: [PATCH] ci --- .woodpecker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3a5bb28..e0f603b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,4 +7,6 @@ pipeline: - python -m pip install -U jupyterlab~=3.5.2 - pip install build - python -m build -s - - sleep 500 + - ls + - cd dist && ls + - sleep 5000