From 42ddc023180279b2ce3de2329cc8151ea2117ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 7 Mar 2022 14:35:07 +0100 Subject: [PATCH] CI: delay PyPI check --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62ffd22..31104b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,3 +48,6 @@ check_pypi: stage: check_published script: - pip install soil==$CI_COMMIT_TAG + # Allow PYPI to update its index before we try to install + when: delayed + start_in: 2 minutes