Skip to content

Commit f289522

Browse files
committed
fix ci errs
1 parent 797fdb9 commit f289522

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/integration/python.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ using Reactant
22
using Reactant: Ops
33

44
using Test
5+
6+
# Jax on Github CI dislikes X86 macos
7+
@static if !Sys.isapple() || Sys.ARCH != :x86_64
58
using PythonCall
69

710
@testset "PythonCall" begin
@@ -11,3 +14,4 @@ using PythonCall
1114
@test typeof(result) == ConcreteRNumber{Float32}
1215
@test result 6
1316
end
17+
end

0 commit comments

Comments
 (0)