Skip to content

Commit cac8f9c

Browse files
committed
Enable depwarns for doctests
1 parent f9d16c7 commit cac8f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DocTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: julia-actions/julia-buildpkg@v1
3838

3939
- name: Run doctests
40-
shell: julia --color=yes --project=docs {0}
40+
shell: julia --color=yes --depwarn=yes --project=docs {0}
4141
run: |
4242
# Develop currently checked out version of DynamicPPL
4343
using Pkg

0 commit comments

Comments
 (0)