Skip to content

Commit f701adf

Browse files
committed
Develop package in docs in CI
1 parent 748aa66 commit f701adf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
- name: Set CAT packages to develop & resolve env
6060
run: |
6161
julia --project=docs/ -e 'using Pkg;
62+
Pkg.develop(path=".");
63+
Pkg.resolve();
6264
Pkg.instantiate()'
6365
- uses: julia-actions/julia-buildpkg@v1
6466
with:

0 commit comments

Comments
 (0)