Skip to content

Commit 23ae33a

Browse files
committed
Set back to true
1 parent bbfa16b commit 23ae33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ runs:
1212
environment-file: ${{ inputs.environment-file }}
1313
environment-name: test
1414
condarc-file: ci/.condarc
15-
cache-environment: false
16-
cache-downloads: false
15+
cache-environment: true
16+
cache-downloads: true
1717
cache-downloads-key: "foobar"
1818
cache-environment-key: "foobar1"
1919
log-level: trace

0 commit comments

Comments
 (0)