File tree Expand file tree Collapse file tree 4 files changed +13
-18
lines changed Expand file tree Collapse file tree 4 files changed +13
-18
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 @@ -22,13 +22,12 @@ jobs:
22
22
- name : Checkout
23
23
uses : actions/checkout@v2
24
24
25
- - name : Setup conda
26
- uses : conda-incubator/setup-miniconda@v2
25
+ - name : Install Conda environment with Micromamba
26
+ uses : mamba-org/provision-with-micromamba@main
27
27
with :
28
- activate- environment : ipympl-dev
28
+ environment-name : ipympl-dev
29
29
environment-file : dev-environment.yml
30
30
python-version : ${{ matrix.python-version }}
31
- mamba-version : " *"
32
31
auto-activate-base : false
33
32
channels : conda-forge
34
33
@@ -64,11 +63,10 @@ jobs:
64
63
- name : Checkout
65
64
uses : actions/checkout@v2
66
65
67
- - name : Setup conda
68
- uses : conda-incubator/setup-miniconda@v2
66
+ - name : Install Conda environment with Micromamba
67
+ uses : mamba-org/provision-with-micromamba@main
69
68
with :
70
69
python-version : ${{ matrix.python-version }}
71
- mamba-version : " *"
72
70
auto-activate-base : false
73
71
channels : conda-forge
74
72
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