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 52b92fb commit 4fc55eeCopy full SHA for 4fc55ee
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- julia-version: [1.6, 1.8]
+ julia-version: [1.7, 1.8]
22
julia-arch: [x64]
23
os: [ubuntu-latest, windows-latest, macOS-latest]
24
# exclude:
Project.toml
@@ -13,6 +13,7 @@ julia = "1"
13
14
[extras]
15
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
16
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
17
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test/runtests.jl
@@ -1,5 +1,6 @@
1
using Test
2
using LinearAlgebra
3
+using Random
4
5
function blas()
6
libs = BLAS.get_config().loaded_libs
0 commit comments