Extra timeout for installing the module from pypi
Some checks failed
continuous-integration/drone/push Build is failing

- To make sure the newest version is returned.
This commit is contained in:
Marcel Nijenhof
2022-01-08 17:46:36 +01:00
parent 67ddec8e0d
commit 424e989681
3 changed files with 3 additions and 2 deletions

View File

@@ -159,6 +159,7 @@ steps:
# Make sure we run the pip installed version
commands:
- rm -rf src
- sleep 60
- pip install flask ddOperApi
- python -c "import ddOperApi"
- python -c "import ddOperApi; print(ddOperApi.__version__)"