File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 5454 python=${{ matrix.python-version }}
5555 m2-bison=3.0.4
5656 cmake=3.21.1
57- symengine=0.12.0
5857 sympy=1.11.1
5958
60- - name : Conda info
61- shell : bash -e -l {0}
62- run : |
63- conda info
64- conda list
65-
6659 - name : Setup Platform (Linux)
6760 if : contains(matrix.os, 'ubuntu')
6861 shell : bash -e -l {0}
9184 if : contains(matrix.os, 'windows')
9285 shell : cmd
9386 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
9790 set LFORTRAN_CMAKE_GENERATOR=Ninja
9891 set WIN=1
9992 set MACOS=0
@@ -111,9 +104,9 @@ jobs:
111104 if : contains(matrix.os, 'windows')
112105 shell : cmd
113106 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
117110 set LFORTRAN_CMAKE_GENERATOR=Ninja
118111 set WIN=1
119112 set MACOS=0
You can’t perform that action at this time.
0 commit comments