Skip to content

Commit

Permalink
fix downloading test data on julia nightly
Browse files Browse the repository at this point in the history
for some reason this function is no longer exported from Pkg.PlatformEngines
  • Loading branch information
visr committed Oct 19, 2020
1 parent a0eeb40 commit 0bdcb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/remotefiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ for (f, sha) in remotefiles
# download the file if it is not there or if it has a different checksum
currfile = normpath(joinpath(testdatadir, f))
url = REPO_URL * f * "?raw=true"
download_verify(url, sha, currfile; force=true)
PlatformEngines.download_verify(url, sha, currfile; force=true)
end

0 comments on commit 0bdcb00

Please sign in to comment.