Skip to content

Commit 610be3f

Browse files
fix CI
1 parent 6d95092 commit 610be3f

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,8 @@ jobs:
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}
@@ -91,9 +84,9 @@ jobs:
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

0 commit comments

Comments
 (0)