Skip to content

Commit

Permalink
added PhyloNetworks to Documenter imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKolbow committed Oct 25, 2024
1 parent 3aa619b commit 66fd844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
shell: julia --project=docs --color=yes {0}
run: |
using Documenter: DocMeta, doctest
using SNaQ
using SNaQ, PhyloNetworks
DocMeta.setdocmeta!(SNaQ, :DocTestSetup, :(using SNaQ); recursive=true)
doctest(SNaQ)

0 comments on commit 66fd844

Please sign in to comment.