File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 35
35
--manifest-path=ndarray-linalg/Cargo.toml
36
36
--no-default-features
37
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
- with :
59
- command : test
60
- args : >
61
- --manifest-path=ndarray-linalg/Cargo.toml
62
- --no-default-features
63
- --features=openblas-${{ matrix.feature }}
You can’t perform that action at this time.
0 commit comments