Seted the proper version of poetry
continuous-integration/drone/push Build is failing Details

failing-test
KKlochko 2 years ago
parent b236f6ab73
commit ec4b43c80f

@ -8,7 +8,7 @@ steps:
commands:
- export POETRY_HOME=/opt/poetry
- python3 -m venv $POETRY_HOME
- $POETRY_HOME/bin/pip install poetry==1.2.0
- $POETRY_HOME/bin/pip install poetry==1.3.2
- $POETRY_HOME/bin/poetry install
- name: tests

Loading…
Cancel
Save