Skip to content

Commit 6ec2f11

Browse files
Don't cache pip
1 parent 47cf6eb commit 6ec2f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python_version }}
31-
cache: "pip"
31+
# cache: "pip"
3232
- name: "Create micromamba environment"
3333
uses: mamba-org/setup-micromamba@v1
3434
with:

0 commit comments

Comments
 (0)