Skip to content

Commit

Permalink
Develop package in docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Nov 11, 2024
1 parent 748aa66 commit f701adf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
- name: Set CAT packages to develop & resolve env
run: |
julia --project=docs/ -e 'using Pkg;
Pkg.develop(path=".");
Pkg.resolve();
Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@v1
with:
Expand Down

0 comments on commit f701adf

Please sign in to comment.