Skip to content

Commit

Permalink
fix verify in Julia 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 29, 2024
1 parent 48f894d commit c130e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/julia/project-binder-dir/verify
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env julia

if VERSION != v"1.3.1"
println("Julia version should be 1.3.1")
if VERSION != v"1.3"
println("Julia version should be 1.3, got $VERSION")
exit(1)
end

Expand Down

0 comments on commit c130e87

Please sign in to comment.