diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3c9497a..959e4f6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -73,6 +73,6 @@ jobs: shell: julia --project=docs --color=yes {0} run: | using Documenter: DocMeta, doctest - using TestPkg + using QuantumLegos DocMeta.setdocmeta!(TestPkg, :DocTestSetup, :(using TestPkg); recursive=true) doctest(TestPkg)