try install requirements first

This commit is contained in:
2022-11-24 22:50:04 +01:00
parent 09e496a907
commit 76c99568a8

View File

@@ -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