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 78451c3 commit 93eb575Copy full SHA for 93eb575
.github/workflows/osx.yml
@@ -39,7 +39,7 @@ jobs:
39
run: micromamba install 'openblas==0.3.29=openmp*' blas-devel
40
41
- name: Configure using CMake
42
- run: cmake -Bbuild -DCMAKE_CXX_STANDARD=17 -DBUILD_TESTS=ON -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_SYSTEM_IGNORE_PATH=/usr/lib
+ run: cmake -Bbuild -DBUILD_TESTS=ON -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_SYSTEM_IGNORE_PATH=/usr/lib
43
44
- name: Build
45
working-directory: build
0 commit comments