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