mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
💚 fix workflow caching
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -37,9 +37,9 @@ jobs:
|
|||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: ~/.virtualenvs
|
path: ~/.virtualenvs
|
||||||
key: poetry-${{ hashFiles('**/poetry.lock') }}
|
key: poetry-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
poetry-${{ hashFiles('**/poetry.lock') }}
|
poetry-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: poetry install
|
run: poetry install
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user