Skip to content

Commit

Permalink
Bump Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
droodman committed Dec 23, 2022
1 parent 0c44541 commit 911d995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boottest.ado
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ program define _boottest, rclass sortpreserve
local needsysimage 1
}
else {
python: Macro.setLocal("rc", str(Main.eval('p[1].version < v"0.8.3"'))) // hard-coded version requirement
python: Macro.setLocal("rc", str(Main.eval('p[1].version < v"0.8.5"'))) // hard-coded version requirement
if "`rc'" == "True" {
di "Updating WildBootTests.jl..."
cap python: Pkg.update("WildBootTests")
Expand Down

0 comments on commit 911d995

Please sign in to comment.