We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bba6d commit 36c041aCopy full SHA for 36c041a
1 file changed
.github/workflows/CI.yml
@@ -72,6 +72,7 @@ jobs:
72
compiler: ${{ matrix.toolchain.compiler }}
73
version: ${{ matrix.toolchain.version }}
74
75
+ # Build and test with built-in BLAS and LAPACK
76
- name: Configure with CMake
77
if: ${{ contains(matrix.build, 'cmake') && matrix.build != 'cmake-3.14' }}
78
run: >-
0 commit comments