fix test runner.os

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

@ -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

Loading…
Cancel
Save