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 20f0197 commit dcfb85aCopy full SHA for dcfb85a
.github/workflows/Documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
version: '1.10'
18
- name: Install dependencies
19
- run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.add(["Symbolics"])'
20
- name: Build and deploy
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
0 commit comments