File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 8
8
required : false
9
9
default : ' cookbook-dev'
10
10
type : string
11
- environment_file : # Ignored! Just here for backwards compatibility
11
+ environment_file :
12
12
description : ' Name of conda environment file'
13
13
required : false
14
14
default : ' environment.yml'
@@ -43,13 +43,10 @@ jobs:
43
43
steps :
44
44
- uses : actions/checkout@v4
45
45
46
- - name : Setup Miniforge
47
- uses : conda-incubator /setup-miniconda@v3
46
+ - name : Setup environment with micromamba
47
+ uses : mamba-org /setup-micromamba@v2
48
48
with :
49
- miniforge-version : latest
50
-
51
- - name : Install Jupyterbook
52
- run : conda install -c conda-forge jupyter-book "python<3.13" # see https://github.com/ProjectPythia/cookbook-actions/issues/126
49
+ environment-file : ${{ inputs.environment_file }}
53
50
54
51
- name : Check for config file
55
52
id : check_config
You can’t perform that action at this time.
0 commit comments