Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanjohnharris committed Nov 15, 2024
1 parent 91d9cae commit a2df96d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install fonts-cmu
sudo apt-get install xclip
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
Expand Down
5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ end
ziggurat!(ax, x; color = :red)
ziggurat!(ax, y; color = :green)
display(f)
@test_nowarn clip(f)
end

@testset "Bandwidth plot" begin
Expand All @@ -50,7 +49,6 @@ end
ax = Axis(f[1, 1])
bandwidth!(ax, x, y; linewidth = range(0.001, 0.05, length = length(x)))
display(f)
@test_nowarn clip(f)
end

@testset "Kinetic plot" begin
Expand All @@ -60,7 +58,6 @@ end
ax = Axis(f[1, 1])
kinetic!(ax, x, y; linewidthscale = 0.5, linewidth = :curv)
display(f)
@test_nowarn clip(f)
end

@testset "Polar histogram" begin
Expand All @@ -80,7 +77,6 @@ end
ax = PolarAxis(f[1, 1])
polardensity!(ax, x; bins = 100, strokewidth = 5, strokecolor = :angle)
display(f)
@test_nowarn clip(f)
end

@testset "addlabels!" begin
Expand Down Expand Up @@ -138,7 +134,6 @@ end
save("./colormaps/$name.svg", c)
end
@test_nowarn freeze!(f)
@test_nowarn clip(f)
end

@testset "Seethrough" begin
Expand Down

0 comments on commit a2df96d

Please sign in to comment.