Skip to content

Commit

Permalink
try libmamba solver
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 16, 2024
1 parent e6aa892 commit 192fe2b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test_conda_build_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ jobs:
- name: Install conda-build
shell: bash -l {0}
run: |
conda update conda -y
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
conda install conda-build -y
- name: Build conda package
shell: bash -l {0}
run: |
conda build -c conda-forge -c loop3d -c anaconda conda
- name: Create environment and install map2loop
- name: Install map2loop
shell: bash -l {0}
run: |
conda install --use-local map2loop -y
Expand Down

0 comments on commit 192fe2b

Please sign in to comment.