fix test runner.os

pull/139/head
Xavier Olive 2 years ago
parent 9e6f9c3ffe
commit 5bc11cd78c

@ -30,7 +30,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: runner.os != 'windows-latest' if: ${{ not startsWith(runner.os, 'windows') }}
with: with:
path: | path: |
~/.local ~/.local

Loading…
Cancel
Save