Skip to content

Commit e3456d3

Browse files
author
Noelle Cheng
committed
conda classic solver
1 parent 26a6e68 commit e3456d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linting_and_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
conda update -n base -c defaults conda -y
37-
conda install -n base conda-libmamba-solver -c conda-forge -y
37+
# conda install -n base conda-libmamba-solver -c conda-forge -y
3838
conda install -c conda-forge gdal -y
39-
conda install -c conda-forge -c loop3d --file dependencies.txt -y
39+
conda install -c conda-forge -c loop3d --file dependencies.txt -y --solver=classic
4040
conda install pytest -y
4141
4242
- name: Install map2loop

0 commit comments

Comments
 (0)