Skip to content

Commit 257c25b

Browse files
committed
Install the extras for mypy
1 parent 5799900 commit 257c25b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check_nipanel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
uses: ni/python-actions/setup-poetry@8554e7ef74e95c9762962205f45a1e10c48de671 # v0.5.1
2424
- name: Analyze Python Project
2525
uses: ni/python-actions/analyze-project@f42e2f27a585f5d47efcab79b608ec0ec97191c9 # v0.6.1
26+
with:
27+
extras: 'examples docs'
2628
- name: Bandit security checks
2729
run: poetry run bandit -c pyproject.toml -r src/nipanel

0 commit comments

Comments
 (0)