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
  • Loading branch information
benlorenz committed Sep 22, 2024
1 parent c09712a commit 466c745
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 466c745

Please sign in to comment.