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