Skip to content

Commit

Permalink
Include Dates.jl dependency in test/Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Jun 14, 2024
1 parent 367345d commit a663487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ write("README.md", "\n" * join((
"<!-- This file is generated by `.github/workflows/readme.yml`; do not edit directly. -->",
read("HEADER.md", String),
delimiter * replace(
last(split(read("docs/src/index.md", String), delimiter)),
last(split(read("docs/source/index.md", String), delimiter)),
"jldoctest" => "julia-repl"
)
), "\n"))
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"

0 comments on commit a663487

Please sign in to comment.