Skip to content

Commit ef1a110

Browse files
committed
Uses pthreads variant
1 parent 484fd61 commit ef1a110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-downloads: true
3737

3838
- name: Install OpenBLAS
39-
run: micromamba install openblas==0.3 blas-devel
39+
run: micromamba install openblas=0.3=pthreads blas-devel
4040

4141
- name: Configure using CMake
4242
run: cmake -Bbuild -DDOWNLOAD_GTEST=ON -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_SYSTEM_IGNORE_PATH=/usr/lib

0 commit comments

Comments
 (0)