Skip to content

Commit

Permalink
fix ci errs
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 16, 2025
1 parent 797fdb9 commit f289522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/python.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ using Reactant
using Reactant: Ops

using Test

# Jax on Github CI dislikes X86 macos
@static if !Sys.isapple() || Sys.ARCH != :x86_64
using PythonCall

@testset "PythonCall" begin
Expand All @@ -11,3 +14,4 @@ using PythonCall
@test typeof(result) == ConcreteRNumber{Float32}
@test result 6
end
end

0 comments on commit f289522

Please sign in to comment.