Skip to content

Commit fc53e77

Browse files
committed
chore: remove test env caching
1 parent 3f35b39 commit fc53e77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
create-args: >-
7070
python=${{ matrix.python-version }}
7171
post-cleanup: "all"
72-
cache-downloads: false
73-
# environment cache is persistent for one week.
74-
cache-environment-key:
75-
micromamba-environment-${{ steps.date.outputs.date }}
72+
# cache-downloads: false
73+
# # environment cache is persistent for one week.
74+
# cache-environment-key:
75+
# micromamba-environment-${{ steps.date.outputs.date }}
7676

7777
# Install the package that we want to test
7878
- name: Install the package

0 commit comments

Comments
 (0)