File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
command : test
23
23
args : >
24
- --manifest-path=lax /Cargo.toml
24
+ --manifest-path=ndarray-linalg /Cargo.toml
25
25
--no-default-features
26
26
--features=${{ matrix.feature }}
27
27
40
40
with :
41
41
command : test
42
42
args : >
43
- --manifest-path=lax /Cargo.toml
43
+ --manifest-path=ndarray-linalg /Cargo.toml
44
44
--no-default-features
45
45
--features=${{ matrix.feature }}
46
46
--all-targets
62
62
with :
63
63
command : test
64
64
args : >
65
- --manifest-path=lax /Cargo.toml
65
+ --manifest-path=ndarray-linalg /Cargo.toml
66
66
--no-default-features
67
67
--features=${{ matrix.feature }}
68
68
--all-targets
71
71
with :
72
72
command : test
73
73
args : >
74
- --manifest-path=lax /Cargo.toml
74
+ --manifest-path=ndarray-linalg /Cargo.toml
75
75
--no-default-features
76
76
--features=${{ matrix.feature }}
77
77
--doc
Original file line number Diff line number Diff line change 12
12
fail-fast : false
13
13
matrix :
14
14
feature :
15
- - system
16
15
- static
17
16
runs-on : ubuntu-18.04
18
17
steps :
21
20
run : |
22
21
sudo apt update
23
22
sudo apt install -y gfortran
24
- - name : apt install netlib
25
- run : |
26
- sudo apt update
27
- sudo apt install -y libblas-dev liblapack-dev liblapacke-dev
28
- if : ${{ matrix.feature == 'system' }}
29
23
- uses : actions-rs/cargo@v1
30
24
with :
31
25
command : test
Original file line number Diff line number Diff line change 24
24
- name : apt install openblas
25
25
run : |
26
26
sudo apt update
27
- sudo apt install -y libopenblas-dev liblapacke-dev
27
+ sudo apt install -y libopenblas-dev
28
28
if : ${{ matrix.feature == 'system' }}
29
29
- uses : actions-rs/cargo@v1
30
30
with :
You can’t perform that action at this time.
0 commit comments