Skip to content

Commit

Permalink
Disable BLAS backend feature test till linfa 0.8 is out (see issue #162)
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed May 29, 2024
1 parent 373e687 commit f2fdebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --release --features persistent-moe,nlopt,blas,linfa/intel-mkl-static
args: --all --release --features persistent-moe,nlopt # ,blas,linfa/intel-mkl-static # disabled till linfa 0.8


0 comments on commit f2fdebf

Please sign in to comment.