From 3989523632ad0ed1bfcb389dae00df4e36cd94d9 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Thu, 24 Nov 2022 22:43:18 +0100 Subject: [PATCH] add missing pipenv command --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bff48a4..8a9be6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: commands: - make dist - pip3 install pipenv - - install dist/delugeClient-kevin-*-py3-none-any.whl + - pipenv install dist/delugeClient-kevin-*-py3-none-any.whl # - pipenv install pytest # - name: Run tests @@ -46,7 +46,7 @@ steps: commands: - make dist - pip3 install pipenv - - install dist/delugeClient-kevin-*-py3-none-any.whl + - pipenv install dist/delugeClient-kevin-*-py3-none-any.whl # - pipenv install pytest # - name: Run tests