Skip to content

Commit 4fc55ee

Browse files
committed
fix ci attempt
1 parent 52b92fb commit 4fc55ee

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
julia-version: [1.6, 1.8]
21+
julia-version: [1.7, 1.8]
2222
julia-arch: [x64]
2323
os: [ubuntu-latest, windows-latest, macOS-latest]
2424
# exclude:

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ julia = "1"
1313

1414
[extras]
1515
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
16+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1617
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1718

1819
[targets]

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Test
22
using LinearAlgebra
3+
using Random
34

45
function blas()
56
libs = BLAS.get_config().loaded_libs

0 commit comments

Comments
 (0)