Skip to content

Commit 1ff0d4e

Browse files
authored
Remove BLAS/LAPACK install (#43)
1 parent 35f7dfe commit 1ff0d4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
arch: [x64]
2121
steps:
2222
- uses: actions/checkout@v4
23-
- name: Install BLAS/LAPACK
24-
if: matrix.os == 'ubuntu-latest'
25-
run: sudo apt-get -y install liblapack-dev libopenblas-dev
2623
- uses: julia-actions/setup-julia@v2
2724
with:
2825
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)