Skip to content

Commit a688bfe

Browse files
committed
turn down testing node2vec in Windows
fix
1 parent 31faf30 commit a688bfe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ tests = [
2525
"layers/pool",
2626
"layers/graphlayers",
2727
"sampling",
28-
"embedding/node2vec",
2928
"models",
3029
]
3130

@@ -35,6 +34,10 @@ else
3534
@warn "CUDA unavailable, not testing GPU support"
3635
end
3736

37+
if !Sys.iswindows()
38+
push!(tests, "embedding/node2vec")
39+
end
40+
3841
@testset "GeometricFlux" begin
3942
for t in tests
4043
include("$(t).jl")

0 commit comments

Comments
 (0)