fix test runner.os

This commit is contained in:
Xavier Olive 2022-12-30 14:10:22 +01:00
parent 5bc11cd78c
commit dc9d7ea91a

View File

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