File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ on: [push, pull_request]
4
4
5
5
env :
6
6
BUILD_DIR : _build
7
- PYTHON_VERSION : 3.13
8
7
9
8
jobs :
10
9
build-test-unix :
@@ -26,17 +25,10 @@ jobs:
26
25
with :
27
26
submodules : true
28
27
29
- - uses : conda-incubator /setup-miniconda@v3
28
+ - uses : mamba-org /setup-micromamba@v2
30
29
with :
31
- miniforge-version : latest
32
- activate-environment : fbld
30
+ micromamba-version : latest
33
31
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
40
32
41
33
- name : Build and install HeatModelF
42
34
run : |
@@ -76,17 +68,11 @@ jobs:
76
68
submodules : true
77
69
78
70
- uses : ilammy/msvc-dev-cmd@v1
79
- - uses : conda-incubator/setup-miniconda@v3
71
+
72
+ - uses : mamba-org/setup-micromamba@v2
80
73
with :
81
- miniforge-version : latest
82
- activate-environment : fbld
74
+ micromamba-version : latest
83
75
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
90
76
91
77
- name : Build and install HeatModelF
92
78
run : |
You can’t perform that action at this time.
0 commit comments