diff --git a/.drone.yml b/.drone.yml index 3c48a43..0970510 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,7 @@ steps: commands: - make dist - pip3 install pipenv + - pipenv install - pipenv install dist/delugeClient-kevin-0.3.1-py3-none-any.whl # - pipenv install pytest @@ -46,6 +47,7 @@ steps: commands: - make dist - pip3 install pipenv + - pipenv install - pipenv install dist/delugeClient-kevin-0.3.1-py3-none-any.whl # - pipenv install pytest