mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: add user scoped install
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: install spleeter
|
name: install spleeter
|
||||||
command: pip install .
|
command: pip install . --user
|
||||||
- run:
|
- run:
|
||||||
name: test separation
|
name: test separation
|
||||||
command: spleeter separate -i audio_example.mp3 -o .
|
command: spleeter separate -i audio_example.mp3 -o .
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
command: python setup.py bdist
|
command: python setup.py bdist
|
||||||
- run:
|
- run:
|
||||||
name: upload to PyPi
|
name: upload to PyPi
|
||||||
command: pip install twine && twine upload dist/*
|
command: pip install twine --user && twine upload dist/*
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
test-and-deploy:
|
test-and-deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user