remove cache for windows
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
|||||||
# virtualenv cache should depends on OS, Python version and `poetry.lock` (and optionally workflow files).
|
# virtualenv cache should depends on OS, Python version and `poetry.lock` (and optionally workflow files).
|
||||||
- name: Cache Packages
|
- name: Cache Packages
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
if: matrix.os != 'windows-latest'
|
||||||
with:
|
with:
|
||||||
path: ~/.local
|
path: ~/.local
|
||||||
key: poetry-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }}
|
key: poetry-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user