Skip to content

Commit

Permalink
Fix test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Mar 17, 2024
1 parent 3831408 commit 778091b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ julia = "1.1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"

[targets]
test = ["Test"]
test = ["Test", "Downloads"]
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ASSETS_LOCAL_PATH = joinpath(@__DIR__, "assets")

if !isfile(TEST_LOCAL_PATH)
@info "downloading test assets..."
download(TEST_ASSETS_URL, TEST_LOCAL_PATH)
Downloads.download(TEST_ASSETS_URL, TEST_LOCAL_PATH)
end

@static if Sys.iswindows()
Expand Down

0 comments on commit 778091b

Please sign in to comment.