File tree 1 file changed +6
-13
lines changed
1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 54
54
python=${{ matrix.python-version }}
55
55
m2-bison=3.0.4
56
56
cmake=3.21.1
57
- symengine=0.12.0
58
57
sympy=1.11.1
59
58
60
- - name : Conda info
61
- shell : bash -e -l {0}
62
- run : |
63
- conda info
64
- conda list
65
-
66
59
- name : Setup Platform (Linux)
67
60
if : contains(matrix.os, 'ubuntu')
68
61
shell : bash -e -l {0}
91
84
if : contains(matrix.os, 'windows')
92
85
shell : cmd
93
86
run : |
94
- set CONDA_INSTALL_LOCN =C:\\Miniconda3
95
- call %CONDA_INSTALL_LOCN %\Scripts\activate.bat
96
- call conda activate test
87
+ set MAMBA_INSTALL_LOCN =C:\\Users\runneradmin\micromamba
88
+ call %MAMBA_INSTALL_LOCN %\Scripts\activate.bat
89
+ call micromamba activate lp
97
90
set LFORTRAN_CMAKE_GENERATOR=Ninja
98
91
set WIN=1
99
92
set MACOS=0
@@ -111,9 +104,9 @@ jobs:
111
104
if : contains(matrix.os, 'windows')
112
105
shell : cmd
113
106
run : |
114
- set CONDA_INSTALL_LOCN =C:\\Miniconda3
115
- call %CONDA_INSTALL_LOCN %\Scripts\activate.bat
116
- call conda activate test
107
+ set MAMBA_INSTALL_LOCN =C:\\Users\runneradmin\micromamba
108
+ call %MAMBA_INSTALL_LOCN %\Scripts\activate.bat
109
+ call micromamba activate lp
117
110
set LFORTRAN_CMAKE_GENERATOR=Ninja
118
111
set WIN=1
119
112
set MACOS=0
You can’t perform that action at this time.
0 commit comments