File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : clippy
22- run : cargo clippy --all-targets --all-features -- -D warnings
22+ run : |
23+ sudo apt install libblas-dev liblapack-dev -y
24+ cargo clippy --all-targets --all-features -- -D warnings
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - name : run tests directly
1515 run : |
16- apt install libblas-dev liblapack-dev -y
16+ sudo apt install libblas-dev liblapack-dev -y
1717 cd dftd4-src
1818 export DFTD4_SRC_DEV=1
1919 cargo test --test "*" -vv --features="build_from_source static" -- --nocapture
2424 - uses : actions/checkout@v4
2525 - name : run tests directly
2626 run : |
27- apt install libblas-dev liblapack-dev -y
27+ sudo apt install libblas-dev liblapack-dev -y
2828 cd dftd4-src
2929 cargo test --test "*" -vv --features="build_from_source" -- --nocapture
3030
Original file line number Diff line number Diff line change 1414 - uses : conda-incubator/setup-miniconda@v3
1515 - name : run tests directly
1616 run : |
17- apt install libblas-dev liblapack-dev -y
17+ sudo apt install libblas-dev liblapack-dev -y
1818 cd dftd4
1919 conda install dftd4-python -c conda-forge
2020 ls /usr/share/miniconda/lib
You can’t perform that action at this time.
0 commit comments