From d8739a71a6aa5a33384208aa252ab772585b5365 Mon Sep 17 00:00:00 2001 From: William Luke Date: Wed, 23 Feb 2022 10:16:31 +0300 Subject: [PATCH] fix: another --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index b80ace6..a6219be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,8 @@ steps: image: python:3.7.2 commands: # Install dependencies + - pip install poetry + - poetry install - poetry run semantic-release publish depends_on: - test