Skip to content

Commit bbfa16b

Browse files
committed
Avoid the cache
1 parent feadd61 commit bbfa16b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/setup-conda/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ runs:
1212
environment-file: ${{ inputs.environment-file }}
1313
environment-name: test
1414
condarc-file: ci/.condarc
15-
cache-environment: true
16-
cache-downloads: true
15+
cache-environment: false
16+
cache-downloads: false
17+
cache-downloads-key: "foobar"
18+
cache-environment-key: "foobar1"
1719
log-level: trace
1820
create-args: --strict-channel-priority
1921

0 commit comments

Comments
 (0)