Skip to content

Commit ef4e31b

Browse files
d-wattkandersolar
andauthored
Migrate to mamba-org/setup-micromamba (#1758)
* setup-micromamba migration Committer: Devon Watt <[email protected]> On branch micromamba Changes to be committed: modified: .github/workflows/pytest.yml * double check vs ex * update release docs * tidy up, rerun build * Update docs/sphinx/source/whatsnew/v0.9.6.rst --------- Co-authored-by: Kevin Anderson <[email protected]>
1 parent 1c60a5d commit ef4e31b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/sphinx/source/whatsnew/v0.9.6.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Bug fixes
4646

4747
Testing
4848
~~~~~~~
49-
49+
* Migrated to mamba-org/setup-micromamba. (:issue:`1746`, :pull:`1758`)
5050

5151
Documentation
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

0 commit comments

Comments
 (0)