mirror of
https://github.com/qwjyh/QuantumLegos.jl.git
synced 2024-11-24 07:51:04 +09:00
fixup! Fix CI
This commit is contained in:
parent
9b3beb5174
commit
f7bc997462
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue