We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f35b39 commit fc53e77Copy full SHA for fc53e77
.github/workflows/ci.yml
@@ -69,10 +69,10 @@ jobs:
69
create-args: >-
70
python=${{ matrix.python-version }}
71
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 }}
+ # cache-downloads: false
+ # # environment cache is persistent for one week.
+ # cache-environment-key:
+ # micromamba-environment-${{ steps.date.outputs.date }}
76
77
# Install the package that we want to test
78
- name: Install the package
0 commit comments