diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-30 14:29:50 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-02-01 08:05:06 -0500 |
| commit | 87331de009099148cf26e7d493a5530e7fffc591 (patch) | |
| tree | 1b47861f0a1d98a6ab8c1609d2cab51ac0ebe3da /.github/workflows/coverage.yml | |
| parent | d35e8c4624bd074c4e55a8e8a33c343f734299db (diff) | |
| download | python-coveragepy-git-87331de009099148cf26e7d493a5530e7fffc591.tar.gz | |
build: windows 3.11.0a4 started failing to save the pip cache
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |
