Skip to content

Commit f72bb9c

Browse files
committed
limit julia version
1 parent 0dc58c8 commit f72bb9c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ StructuralIdentifiability = "0.5.1"
5757
SymbolicUtils = "1.0.3"
5858
Symbolics = "5.27"
5959
Unitful = "1.12.4"
60-
julia = "1.9"
60+
julia = "1.10.2"
6161

6262
[extras]
6363
BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ using SafeTestsets
6060
### Tests extensions. ###
6161
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
6262
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
63-
@test_broken false
64-
# @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
63+
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
6564

6665
end # @time

0 commit comments

Comments
 (0)