Skip to content

Commit 62d9846

Browse files
committed
mamba
1 parent c331e82 commit 62d9846

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,18 @@ jobs:
2727
max-parallel: 12
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
30+
os: [ubuntu-latest, macos-latest, windows-latest]
3131
python-version: ['3.11', '3.12', '3.13', '3.14']
3232

3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Setup Miniconda
36-
uses: conda-incubator/setup-miniconda@v3
36+
uses: mamba-org/setup-micromamba@v1
3737
with:
38-
auto-update-conda: true
39-
use-mamba: true
40-
python-version: ${{ matrix.python-version }}
4138
environment-file: environment.yaml
42-
activate-environment: pytng
39+
environment-name: pytng
40+
create-args: >-
41+
python=${{ matrix.python-version }}
4342
- name: Install Pytng
4443
run: |
4544
python -m pip install .
@@ -57,7 +56,7 @@ jobs:
5756
strategy:
5857
fail-fast: false
5958
matrix:
60-
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
59+
os: [ubuntu-latest, macos-latest, windows-latest]
6160
python: ["3.11", "3.12", "3.13", "3.14"]
6261

6362
steps:

0 commit comments

Comments
 (0)