From 09e496a9076b9f8865b0214c9897e0da8573bda6 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Thu, 24 Nov 2022 22:44:46 +0100 Subject: [PATCH] test explicitly defining wheel version --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8a9be6b..3c48a43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: commands: - make dist - pip3 install pipenv - - pipenv install dist/delugeClient-kevin-*-py3-none-any.whl + - pipenv install dist/delugeClient-kevin-0.3.1-py3-none-any.whl # - pipenv install pytest # - name: Run tests @@ -46,7 +46,7 @@ steps: commands: - make dist - pip3 install pipenv - - pipenv install dist/delugeClient-kevin-*-py3-none-any.whl + - pipenv install dist/delugeClient-kevin-0.3.1-py3-none-any.whl # - pipenv install pytest # - name: Run tests