We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748aa66 commit f701adfCopy full SHA for f701adf
.github/workflows/CI.yml
@@ -59,6 +59,8 @@ jobs:
59
- name: Set CAT packages to develop & resolve env
60
run: |
61
julia --project=docs/ -e 'using Pkg;
62
+ Pkg.develop(path=".");
63
+ Pkg.resolve();
64
Pkg.instantiate()'
65
- uses: julia-actions/julia-buildpkg@v1
66
with:
0 commit comments