File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,12 @@ jobs:
11
11
runs-on : ubuntu-20.04
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - name : Setup conda
15
- uses : conda-incubator/setup-miniconda@v2
14
+ - name : Install Conda environment with Micromamba
15
+ uses : mamba-org/provision-with-micromamba@main
16
16
with :
17
- activate- environment : ipympl-dev
17
+ environment-name : ipympl-dev
18
18
environment-file : dev-environment.yml
19
19
python-version : ${{ matrix.python-version }}
20
- mamba-version : " *"
21
20
auto-activate-base : false
22
21
channels : conda-forge
23
22
- name : Install
Original file line number Diff line number Diff line change @@ -64,11 +64,10 @@ jobs:
64
64
- name : Checkout
65
65
uses : actions/checkout@v2
66
66
67
- - name : Setup conda
68
- uses : conda-incubator/setup-miniconda@v2
67
+ - name : Install Conda environment with Micromamba
68
+ uses : mamba-org/provision-with-micromamba@main
69
69
with :
70
70
python-version : ${{ matrix.python-version }}
71
- mamba-version : " *"
72
71
auto-activate-base : false
73
72
channels : conda-forge
74
73
Original file line number Diff line number Diff line change 10
10
11
11
- uses : actions/checkout@v2
12
12
13
- - name : Setup conda
14
- uses : conda-incubator/setup-miniconda@v2
13
+ - name : Install Conda environment with Micromamba
14
+ uses : mamba-org/provision-with-micromamba@main
15
15
with :
16
- mamba-version : " *"
17
16
channels : conda-forge
18
17
19
18
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -32,13 +32,12 @@ jobs:
32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
35
- - name : Setup conda
36
- uses : conda-incubator/setup-miniconda@v2
35
+ - name : Install Conda environment with Micromamba
36
+ uses : mamba-org/provision-with-micromamba@main
37
37
with :
38
- activate- environment : ipympl-dev
38
+ environment-name : ipympl-dev
39
39
environment-file : dev-environment.yml
40
40
python-version : 3.9
41
- mamba-version : " *"
42
41
auto-activate-base : false
43
42
channels : conda-forge
44
43
You can’t perform that action at this time.
0 commit comments