remove cache for windows

This commit is contained in:
Xavier Olive 2022-12-29 18:53:11 +01:00
parent ae01f95ff5
commit c62b3b48fc

View File

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