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 2121 with :
2222 command : test
2323 args : >
24- --manifest-path=lax /Cargo.toml
24+ --manifest-path=ndarray-linalg /Cargo.toml
2525 --no-default-features
2626 --features=${{ matrix.feature }}
2727
4040 with :
4141 command : test
4242 args : >
43- --manifest-path=lax /Cargo.toml
43+ --manifest-path=ndarray-linalg /Cargo.toml
4444 --no-default-features
4545 --features=${{ matrix.feature }}
4646 --all-targets
6262 with :
6363 command : test
6464 args : >
65- --manifest-path=lax /Cargo.toml
65+ --manifest-path=ndarray-linalg /Cargo.toml
6666 --no-default-features
6767 --features=${{ matrix.feature }}
6868 --all-targets
7171 with :
7272 command : test
7373 args : >
74- --manifest-path=lax /Cargo.toml
74+ --manifest-path=ndarray-linalg /Cargo.toml
7575 --no-default-features
7676 --features=${{ matrix.feature }}
7777 --doc
Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 feature :
15- - system
1615 - static
1716 runs-on : ubuntu-18.04
1817 steps :
2120 run : |
2221 sudo apt update
2322 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' }}
2923 - uses : actions-rs/cargo@v1
3024 with :
3125 command : test
Original file line number Diff line number Diff line change 2424 - name : apt install openblas
2525 run : |
2626 sudo apt update
27- sudo apt install -y libopenblas-dev liblapacke-dev
27+ sudo apt install -y libopenblas-dev
2828 if : ${{ matrix.feature == 'system' }}
2929 - uses : actions-rs/cargo@v1
3030 with :
You can’t perform that action at this time.
0 commit comments