Skip to content

Commit 83cabfd

Browse files
authored
Merge pull request #102 from neurogenomics/dev
Fix miniforge
2 parents b70d4a9 + 18ee468 commit 83cabfd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rworkflows_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ jobs:
5454
runner_os: ${{ runner.os }}
5555
cache_version: cache-v1
5656
free_diskspace: ${{ true }}
57+
miniforge_variant: ""

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ inputs:
128128
`Miniforge3` will be used. Visit
129129
https://github.com/conda-forge/miniforge/releases/ for more information on
130130
available versions.
131-
default: ''
131+
default: 'latest'
132132
activate_environment:
133133
description: >
134134
Environment name (or path) to activate on all shells. Default is `test`

0 commit comments

Comments
 (0)