1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-23 11:52:19 +00:00

CI: delay PyPI check

This commit is contained in:
J. Fernando Sánchez
2022-03-07 14:35:07 +01:00
parent cab9a3440b
commit 42ddc02318

View File

@@ -48,3 +48,6 @@ check_pypi:
stage: check_published stage: check_published
script: script:
- pip install soil==$CI_COMMIT_TAG - pip install soil==$CI_COMMIT_TAG
# Allow PYPI to update its index before we try to install
when: delayed
start_in: 2 minutes