File tree 2 files changed +6
-4
lines changed
docs/sphinx/source/whatsnew
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,14 @@ jobs:
40
40
41
41
- name : Install Conda environment with Micromamba
42
42
if : matrix.environment-type == 'conda'
43
- uses : mamba-org/provision-with- micromamba@v14
43
+ uses : mamba-org/setup- micromamba@v1
44
44
with :
45
45
environment-file : ${{ env.REQUIREMENTS }}
46
46
cache-downloads : true
47
- extra-specs : |
47
+ create-args : >-
48
48
python=${{ matrix.python-version }}
49
- channel-priority : flexible
49
+ condarc : |
50
+ channel-priority: flexible
50
51
env :
51
52
# build requirement filename. First replacement is for the python
52
53
# version, second is to add "-min" if needed
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Bug fixes
46
46
47
47
Testing
48
48
~~~~~~~
49
-
49
+ * Migrated to mamba-org/setup-micromamba. ( :issue: ` 1746 `, :pull: ` 1758 `)
50
50
51
51
Documentation
52
52
~~~~~~~~~~~~~
@@ -81,4 +81,5 @@ Contributors
81
81
* Andy Lam (:ghuser: `@andylam598 `)
82
82
* :ghuser: `ooprathamm `
83
83
* Kevin Anderson (:ghuser: `kandersolar `)
84
+ * Devon Watt (:ghuser: `d-watt `)
84
85
You can’t perform that action at this time.
0 commit comments