Skip to content

Commit bf375a6

Browse files
committed
Back to micromamba, I guess
1 parent e166789 commit bf375a6

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [push, pull_request]
44

55
env:
66
BUILD_DIR: _build
7-
PYTHON_VERSION: 3.13
87

98
jobs:
109
build-test-unix:
@@ -26,17 +25,10 @@ jobs:
2625
with:
2726
submodules: true
2827

29-
- uses: conda-incubator/setup-miniconda@v3
28+
- uses: mamba-org/setup-micromamba@v2
3029
with:
31-
miniforge-version: latest
32-
activate-environment: fbld
30+
micromamba-version: latest
3331
environment-file: environment.yml
34-
python-version: ${{ env.PYTHON_VERSION }}
35-
36-
- name: Show conda installation info
37-
run: |
38-
conda info
39-
conda list
4032

4133
- name: Build and install HeatModelF
4234
run: |
@@ -76,17 +68,11 @@ jobs:
7668
submodules: true
7769

7870
- uses: ilammy/msvc-dev-cmd@v1
79-
- uses: conda-incubator/setup-miniconda@v3
71+
72+
- uses: mamba-org/setup-micromamba@v2
8073
with:
81-
miniforge-version: latest
82-
activate-environment: fbld
74+
micromamba-version: latest
8375
environment-file: environment.yml
84-
python-version: ${{ env.PYTHON_VERSION }}
85-
86-
- name: Show conda installation info
87-
run: |
88-
conda info
89-
conda list
9076

9177
- name: Build and install HeatModelF
9278
run: |

0 commit comments

Comments
 (0)