Skip to content

Commit

Permalink
fix for earlier julia versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Jul 2, 2024
1 parent 27942d2 commit 13278e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6']
julia-version: ['1.6', '1']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ julia = "1.6"

[extras]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ Random.seed!(0)
@test_nowarn MonteCarloMeasurements.print_functions_to_extend()
end

@time @testset "Makie" begin
VERSION v"1.9" && @time @testset "Makie" begin
p1 = Particles(10^2)
Makie.hist(p1)
Makie.density(p1)
Expand Down

0 comments on commit 13278e2

Please sign in to comment.