add missing pipenv command

This commit is contained in:
2022-11-24 22:43:18 +01:00
parent 30c3e117da
commit 3989523632

View File

@@ -18,7 +18,7 @@ steps:
commands: commands:
- make dist - make dist
- pip3 install pipenv - pip3 install pipenv
- install dist/delugeClient-kevin-*-py3-none-any.whl - pipenv install dist/delugeClient-kevin-*-py3-none-any.whl
# - pipenv install pytest # - pipenv install pytest
# - name: Run tests # - name: Run tests
@@ -46,7 +46,7 @@ steps:
commands: commands:
- make dist - make dist
- pip3 install pipenv - pip3 install pipenv
- install dist/delugeClient-kevin-*-py3-none-any.whl - pipenv install dist/delugeClient-kevin-*-py3-none-any.whl
# - pipenv install pytest # - pipenv install pytest
# - name: Run tests # - name: Run tests