We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da71abf commit c0664d5Copy full SHA for c0664d5
.github/workflows/ci-linux-osx-win-conda.yml
@@ -80,7 +80,7 @@ jobs:
80
# Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
81
conda config --remove channels defaults
82
# Compilation related dependencies
83
- mamba install cmake compilers make pkg-config doxygen ninja graphviz typing_extensions llvm-openmp
+ mamba install cmake compilers make pkg-config doxygen ninja graphviz typing_extensions llvm-openmp clang
84
# Main dependencies
85
mamba install eigen simde
86
# Test dependencies
0 commit comments