diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c14d78f..4549fff 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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