Skip to content

Commit 87331de

Browse files
committedFeb 1, 2022
build: windows 3.11.0a4 started failing to save the pip cache
1 parent d35e8c4 commit 87331de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
uses: "actions/setup-python@v2"
6060
with:
6161
python-version: "${{ matrix.python-version }}"
62-
cache: pip
63-
cache-dependency-path: 'requirements/*.pip'
62+
#cache: pip
63+
#cache-dependency-path: 'requirements/*.pip'
6464

6565
- name: "Install dependencies"
6666
run: |

‎.github/workflows/testsuite.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
uses: "actions/setup-python@v2"
5656
with:
5757
python-version: "${{ matrix.python-version }}"
58-
cache: pip
59-
cache-dependency-path: 'requirements/*.pip'
58+
#cache: pip
59+
#cache-dependency-path: 'requirements/*.pip'
6060

6161
- name: "Install dependencies"
6262
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.