Skip to content

Commit e48846b

Browse files
committed
CI: workaround issue with libblas 3.11 on Windows
1 parent 0dbea6c commit e48846b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake_builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ jobs:
435435
sqlite tiledb zstd cryptopp cgal doxygen librttopo openssl liblzma-devel \
436436
openjdk ant qhull armadillo blas blas-devel libblas libcblas liblapack liblapacke blosc libarchive \
437437
libarrow pyarrow libaec libheif libavif muparser cmake fsspec
438+
# Below works around https://github.com/conda-forge/blas-feedstock/pull/151#:~:text=%22libblas%3C3%2E11
439+
conda install --yes --quiet "libblas<3.11"
438440
pip install -r doc/requirements.txt
439441
- name: Check CMake version
440442
shell: bash -l {0}

0 commit comments

Comments
 (0)