Skip to content

Commit

Permalink
Remove caching from CI for Win + Python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingpurr committed Dec 15, 2021
1 parent 299223b commit 5fac922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -42,6 +42,7 @@ jobs:
# for poetry you need an ad-hoc solution
- name: Set up Poetry cache for Python dependencies
uses: actions/cache@v2
if: matrix.os != 'windows' || matrix.python-version != 3.6
with:
path: .venv
key: venv-${{ runner.os }}-${{ matrix.python-version }}-fix-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit 5fac922

Please sign in to comment.