Skip to content

Commit

Permalink
Add Downloads test dependency
Browse files Browse the repository at this point in the history
Complement JuliaPlots#3766
  • Loading branch information
t-bltg authored Aug 28, 2021
1 parent 9516e7c commit 672d479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RecipesPipeline/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"

[targets]
test = ["Distributions", "FileIO", "GeometryBasics", "Images", "ImageMagick", "OffsetArrays", "Plots", "Random", "RDatasets", "SparseArrays", "StaticArrays", "Statistics", "StatsPlots", "Test", "TestImages", "LinearAlgebra"]
test = ["Distributions", "FileIO", "GeometryBasics", "Images", "ImageMagick", "OffsetArrays", "Plots", "Random", "RDatasets", "SparseArrays", "StaticArrays", "Statistics", "StatsPlots", "Test", "TestImages", "LinearAlgebra", "Downloads"]

0 comments on commit 672d479

Please sign in to comment.