mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 fix poetry configuration
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -30,8 +30,8 @@ jobs:
|
|||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: |
|
run: |
|
||||||
pip install poetry
|
pip install poetry
|
||||||
poetry config settings.virtualenvs.in-project false
|
poetry config virtualenvs.in-project false
|
||||||
poetry config settings.virtualenvs.path ~/.virtualenvs
|
poetry config virtualenvs.path ~/.virtualenvs
|
||||||
- name: Cache Poetry virtualenv
|
- name: Cache Poetry virtualenv
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
id: cache
|
id: cache
|
||||||
|
|||||||
Reference in New Issue
Block a user