File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
27
27
# Install Mambaforge with conda-forge dependencies
28
28
- name : Setup Mambaforge
29
- uses : conda-incubator/setup-miniconda@v2.1.1
29
+ uses : conda-incubator/setup-miniconda@v2.2.0
30
30
with :
31
31
channels : conda-forge,nodefaults
32
32
channel-priority : strict
Original file line number Diff line number Diff line change 55
55
56
56
# Install Mambaforge with conda-forge dependencies
57
57
- name : Setup Mambaforge
58
- uses : conda-incubator/setup-miniconda@v2.1.1
58
+ uses : conda-incubator/setup-miniconda@v2.2.0
59
59
with :
60
60
activate-environment : pygmt
61
61
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 75
75
76
76
# Install Mambaforge with conda-forge dependencies
77
77
- name : Setup Mambaforge
78
- uses : conda-incubator/setup-miniconda@v2.1.1
78
+ uses : conda-incubator/setup-miniconda@v2.2.0
79
79
with :
80
80
activate-environment : pygmt
81
81
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 81
81
82
82
# Install Mambaforge with conda-forge dependencies
83
83
- name : Setup Mambaforge
84
- uses : conda-incubator/setup-miniconda@v2.1.1
84
+ uses : conda-incubator/setup-miniconda@v2.2.0
85
85
with :
86
86
activate-environment : pygmt
87
87
# python-version: ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 49
49
50
50
# Install Mambaforge with conda-forge dependencies
51
51
- name : Setup Mambaforge
52
- uses : conda-incubator/setup-miniconda@v2.1.1
52
+ uses : conda-incubator/setup-miniconda@v2.2.0
53
53
with :
54
54
activate-environment : pygmt
55
55
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments