fixup! Fix CI

This commit is contained in:
qwjyh 2024-05-07 11:23:34 +09:00
parent 9b3beb5174
commit f7bc997462

View file

@ -73,6 +73,6 @@ jobs:
shell: julia --project=docs --color=yes {0} shell: julia --project=docs --color=yes {0}
run: | run: |
using Documenter: DocMeta, doctest using Documenter: DocMeta, doctest
using TestPkg using QuantumLegos
DocMeta.setdocmeta!(TestPkg, :DocTestSetup, :(using TestPkg); recursive=true) DocMeta.setdocmeta!(TestPkg, :DocTestSetup, :(using TestPkg); recursive=true)
doctest(TestPkg) doctest(TestPkg)