File tree 2 files changed +6
-17
lines changed
2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,14 @@ inputs:
3
3
environment-file :
4
4
description : Conda environment file to use.
5
5
default : environment.yml
6
- environment-name :
7
- description : Name to use for the Conda environment
8
- default : test
9
- extra-specs :
10
- description : Extra packages to install
11
- required : false
12
6
runs :
13
7
using : composite
14
8
steps :
15
9
- name : Install ${{ inputs.environment-file }}
16
- uses : mamba-org/provision-with- micromamba@v15
10
+ uses : mamba-org/setup- micromamba@v1
17
11
with :
18
12
environment-file : ${{ inputs.environment-file }}
19
- environment-name : ${{ inputs.environment-name }}
20
- extra-specs : ${{ inputs.extra-specs }}
21
- channels : conda-forge
22
- channel-priority : ' strict'
13
+ environment-name : test
23
14
condarc-file : ci/condarc.yml
24
- cache-env : true
15
+ cache-environment : true
25
16
cache-downloads : true
Original file line number Diff line number Diff line change @@ -67,17 +67,15 @@ jobs:
67
67
fetch-depth : 0
68
68
69
69
- name : Set up Python
70
- uses : mamba-org/provision-with- micromamba@v15
70
+ uses : mamba-org/setup- micromamba@v1
71
71
with :
72
- environment-file : false
73
72
environment-name : recipe-test
74
- extra-specs : |
73
+ extra-specs : >-
75
74
python=${{ matrix.python-version }}
76
75
boa
77
76
conda-verify
78
- channels : conda-forge
79
77
cache-downloads : true
80
- cache-env : true
78
+ cache-environment : true
81
79
82
80
- name : Build conda package
83
81
run : conda mambabuild ci --no-anaconda-upload --verify --strict-verify --output --output-folder .
You can’t perform that action at this time.
0 commit comments