Skip to content

Commit ae0f782

Browse files
committed
Pending renaming
1 parent 99efd1c commit ae0f782

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
shell: julia --project=docs --color=yes {0}
6565
run: |
6666
using Documenter: DocMeta, doctest
67-
using PETSC
68-
DocMeta.setdocmeta!(PETSC, :DocTestSetup, :(using PETSC); recursive=true)
69-
doctest(PETSC)
67+
using PetscCall
68+
DocMeta.setdocmeta!(PetscCall, :DocTestSetup, :(using PetscCall); recursive=true)
69+
doctest(PetscCall)

0 commit comments

Comments
 (0)