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 f9d16c7 commit cac8f9cCopy full SHA for cac8f9c
.github/workflows/DocTest.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: julia-actions/julia-buildpkg@v1
38
39
- name: Run doctests
40
- shell: julia --color=yes --project=docs {0}
+ shell: julia --color=yes --depwarn=yes --project=docs {0}
41
run: |
42
# Develop currently checked out version of DynamicPPL
43
using Pkg
0 commit comments