We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f7dfe commit 1ff0d4eCopy full SHA for 1ff0d4e
.github/workflows/ci.yml
@@ -20,9 +20,6 @@ jobs:
20
arch: [x64]
21
steps:
22
- 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
26
- uses: julia-actions/setup-julia@v2
27
with:
28
version: ${{ matrix.version }}
0 commit comments