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 bbfa16b commit 23ae33aCopy full SHA for 23ae33a
.github/actions/setup-conda/action.yml
@@ -12,8 +12,8 @@ runs:
12
environment-file: ${{ inputs.environment-file }}
13
environment-name: test
14
condarc-file: ci/.condarc
15
- cache-environment: false
16
- cache-downloads: false
+ cache-environment: true
+ cache-downloads: true
17
cache-downloads-key: "foobar"
18
cache-environment-key: "foobar1"
19
log-level: trace
0 commit comments