We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b70d4a9 + 18ee468 commit 83cabfdCopy full SHA for 83cabfd
2 files changed
.github/workflows/rworkflows_dev.yml
@@ -54,3 +54,4 @@ jobs:
54
runner_os: ${{ runner.os }}
55
cache_version: cache-v1
56
free_diskspace: ${{ true }}
57
+ miniforge_variant: ""
action.yml
@@ -128,7 +128,7 @@ inputs:
128
`Miniforge3` will be used. Visit
129
https://github.com/conda-forge/miniforge/releases/ for more information on
130
available versions.
131
- default: ''
+ default: 'latest'
132
activate_environment:
133
description: >
134
Environment name (or path) to activate on all shells. Default is `test`
0 commit comments