Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 8e6cef32 authored by usov_i's avatar usov_i
Browse files

Use libmamba solver

parent e3180553
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,9 @@ jobs:
- name: Prepare
run: |
$CONDA/bin/conda install --quiet --yes conda-build anaconda-client
$CONDA/bin/conda install --quiet --yes conda-build anaconda-client conda-libmamba-solver
$CONDA/bin/conda config --append channels conda-forge
$CONDA/bin/conda config --set solver libmamba
$CONDA/bin/conda config --set anaconda_upload yes
- name: Build and upload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment