fix test runner.os
This commit is contained in:
parent
5bc11cd78c
commit
dc9d7ea91a
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -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…
Reference in New Issue
Block a user