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).
|
# 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: ${{ not startsWith(runner.os, 'windows') }}
|
if: ${{ !startsWith(runner.os, 'windows') }}
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.local
|
~/.local
|
||||||
|
Loading…
Reference in New Issue
Block a user