From 87331de009099148cf26e7d493a5530e7fffc591 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 30 Jan 2022 14:29:50 -0500 Subject: build: windows 3.11.0a4 started failing to save the pip cache --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/coverage.yml') diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9cd3ce12..f3c527c5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -59,8 +59,8 @@ jobs: uses: "actions/setup-python@v2" with: python-version: "${{ matrix.python-version }}" - cache: pip - cache-dependency-path: 'requirements/*.pip' + #cache: pip + #cache-dependency-path: 'requirements/*.pip' - name: "Install dependencies" run: | -- cgit v1.2.1