Skip to content

Commit f9d16c7

Browse files
committed
Fix dependencies needed for doctests
1 parent 3b1a6bc commit f9d16c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/DocTest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
# Develop currently checked out version of DynamicPPL
4343
using Pkg
4444
Pkg.develop(path=pwd())
45+
Pkg.instantiate()
46+
47+
using Documenter, DynamicPPL, Distributions
4548
46-
using Documenter
4749
DocMeta.setdocmeta!(
4850
DynamicPPL,
4951
:DocTestSetup,

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
23
AbstractPPL = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
34
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
45
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

0 commit comments

Comments
 (0)