Skip to content

Commit

Permalink
hopefully fix kaleido CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Aug 6, 2024
1 parent 466b58f commit 3f357ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/extensions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ using Test

## PlotlyKaleido Extension ##
using PlotlyKaleido
# if Sys.isapple()
# # We skip extensions in Mac OS as PlotlyKaleido fails
# else
if Sys.islinux()
# We only test this in linux as the library fail in CI on Mac OS and Windows
PlotlyKaleido.start()

mktempdir() do dir
Expand All @@ -15,7 +14,7 @@ using PlotlyKaleido
@test isfile("test_savefig.png")
end
end
# end
end

## Unitful Extension ##
using PlutoPlotly: _preprocess
Expand Down

0 comments on commit 3f357ff

Please sign in to comment.