Skip to content

Commit

Permalink
booktests: fix version for pkg add to allow patch releases (#4131)
Browse files Browse the repository at this point in the history
(cherry picked from commit 466c745)
  • Loading branch information
benlorenz committed Oct 15, 2024
1 parent 71f7182 commit 9762620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Pkg
Pkg.add(name="MixedSubdivisions", version=v"1.1"; io=devnull)
Pkg.add(name="MixedSubdivisions", version="1.1"; io=devnull)

import LibGit2
repo = LibGit2.clone("https://github.com/isaacholt100/generic_root_count", "generic_root_count");
Expand Down

0 comments on commit 9762620

Please sign in to comment.