1
0
mirror of https://github.com/gsi-upm/soil synced 2025-09-14 20:22:22 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
J. Fernando Sánchez
42ddc02318 CI: delay PyPI check 2022-03-07 14:35:07 +01:00

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