Skip to content

Commit

Permalink
Fix HistoricalStdlibVersions install to version (JuliaLang#3930)
Browse files Browse the repository at this point in the history
* fix hsv install to version

* Update test/runtests.jl

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>

---------

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
IanButterworth and DilumAluthge authored Jun 18, 2024
1 parent db8ce89 commit 8c99679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Logging.with_logger((islogging || Pkg.DEFAULT_IO[] == devnull) ? Logging.Console
iob = IOBuffer()
Pkg.activate(; temp = true)
try
Pkg.add("HistoricalStdlibVersions", io=iob) # Needed for custom julia version resolve tests
Pkg.add(name="HistoricalStdlibVersions", version="1.2", uuid="6df8b67a-e8a0-4029-b4b7-ac196fe72102", io=iob) # Needed for custom julia version resolve tests
catch
println(String(take!(iob)))
rethrow()
Expand Down

0 comments on commit 8c99679

Please sign in to comment.