1
0
mirror of https://github.com/gsi-upm/soil synced 2024-11-13 06:52:28 +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
script:
- pip install soil==$CI_COMMIT_TAG
# Allow PYPI to update its index before we try to install
when: delayed
start_in: 2 minutes