sync pipenv after install

This commit is contained in:
2022-11-24 22:57:03 +01:00
parent 76c99568a8
commit 0841fdc03d

View File

@@ -19,6 +19,7 @@ steps:
- make dist
- pip3 install pipenv
- pipenv install
- pipenv sync
- pipenv install dist/delugeClient-kevin-0.3.1-py3-none-any.whl
# - pipenv install pytest
@@ -48,6 +49,7 @@ steps:
- make dist
- pip3 install pipenv
- pipenv install
- pipenv sync
- pipenv install dist/delugeClient-kevin-0.3.1-py3-none-any.whl
# - pipenv install pytest