Fix cicd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-20 15:09:36 +02:00
parent 206647eb03
commit f0fb853e23

View File

@@ -7,6 +7,8 @@ steps:
image: python image: python
commands: commands:
# - pip install -r requirements.txt # - pip install -r requirements.txt
- export POETRY_VERSION=1.2.2
- export POETRY_HOME=/usr/local/
- curl -sSL https://install.python-poetry.org | python3 - - curl -sSL https://install.python-poetry.org | python3 -
- poetry install - poetry install
- printenv - printenv