We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4430f8 commit 6d24139Copy full SHA for 6d24139
1 file changed
.github/workflows/ci.yml
@@ -62,10 +62,10 @@ jobs:
62
create-args: >-
63
python=${{ matrix.python-version }}
64
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 }}
+ # cache-downloads: false
+ # # environment cache is persistent for one week.
+ # cache-environment-key:
+ # micromamba-environment-${{ steps.date.outputs.date }}
69
70
- name: Install the package
71
run: pip install --no-deps -e .
0 commit comments