Skip to content

Commit 6d24139

Browse files
committed
dont cache test env
1 parent a4430f8 commit 6d24139

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
create-args: >-
6363
python=${{ matrix.python-version }}
6464
post-cleanup: "all"
65-
cache-downloads: false
66-
# environment cache is persistent for one week.
67-
cache-environment-key:
68-
micromamba-environment-${{ steps.date.outputs.date }}
65+
# cache-downloads: false
66+
# # environment cache is persistent for one week.
67+
# cache-environment-key:
68+
# micromamba-environment-${{ steps.date.outputs.date }}
6969

7070
- name: Install the package
7171
run: pip install --no-deps -e .

0 commit comments

Comments
 (0)