@@ -24,19 +24,23 @@ jobs:
2424 fail-fast : true
2525 matrix :
2626 os : ['ubuntu-latest', 'macos-latest', 'windows-latest']
27- python-version : ['3.8 ', '3.9 ', '3.10 ']
27+ python-version : ['3.9 ', '3.10 ', '3.11', '3.12 ']
2828
2929 steps :
3030 - name : Check out
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v4
3232
3333 - name : Setup micromamba
34- uses : mamba-org/provision-with-micromamba@main
34+ uses : conda-incubator/setup-miniconda@v3
3535 with :
36+ miniforge-variant : Mambaforge
37+ miniforge-version : latest
38+ use-mamba : true
39+ auto-update-conda : true
3640 environment-file : .github/environment.yml
3741 extra-specs : |
3842 python=${{ matrix.python-version }}
39- sel(linux): compilers
43+
4044
4145 - name : Install
4246 shell : bash -l {0}
@@ -67,11 +71,14 @@ jobs:
6771 python-version : ['3.9']
6872
6973 steps :
70- - uses : actions/checkout@v2
71- - uses : conda-incubator/setup-miniconda@v2
74+ - uses : actions/checkout@v4
75+ - name : Setup micromamba
76+ uses : conda-incubator/setup-miniconda@v3
7277 with :
73- channels : conda-forge
74- python-version : ${{ matrix.python-version }}
78+ miniforge-variant : Mambaforge
79+ miniforge-version : latest
80+ use-mamba : true
81+ auto-update-conda : true
7582 mamba-version : " *"
7683
7784 - name : Dependencies
0 commit comments