We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad523b commit 5cee032Copy full SHA for 5cee032
1 file changed
.github/workflows/openblas.yml
@@ -35,29 +35,3 @@ jobs:
35
--manifest-path=ndarray-linalg/Cargo.toml
36
--no-default-features
37
--features=openblas-${{ matrix.feature }}
38
-
39
- macos:
40
- runs-on: macos-10.15
41
- strategy:
42
- fail-fast: false
43
- matrix:
44
- feature:
45
- - static
46
- - system
47
- steps:
48
- - uses: actions/checkout@v1
49
- with:
50
- submodules: 'recursive'
51
- - name: Install OpenBLAS by homebrew
52
- run: |
53
- brew install openblas
54
- if: ${{ contains(matrix.feature, 'system') }}
55
- - run: |
56
- export LIBRARY_PATH=$(readlink -f $(dirname $(gfortran -print-file-name libgfortran.a)))
57
- - uses: actions-rs/cargo@v1
58
59
- command: test
60
- args: >
61
- --manifest-path=ndarray-linalg/Cargo.toml
62
- --no-default-features
63
- --features=openblas-${{ matrix.feature }}
0 commit comments