mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Try install built wheel with wildcard
This commit is contained in:
@@ -17,10 +17,8 @@ steps:
|
|||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- make dist
|
- make dist
|
||||||
- pip3 install pipenv
|
- pip3 install -r requirements.txt
|
||||||
- pipenv install
|
- pip3 install dist/*.whl
|
||||||
- pipenv sync
|
|
||||||
- pipenv install dist/delugeClient_kevin-0.3.1-py3-none-any.whl
|
|
||||||
# - pipenv install pytest
|
# - pipenv install pytest
|
||||||
|
|
||||||
# - name: Run tests
|
# - name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user