Skip to content

Commit 26ece14

Browse files
committed
Update path in typing workflow
1 parent 7793448 commit 26ece14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo -e "## docstub output\n\`\`\`" >> $GITHUB_STEP_SUMMARY
5959
(set -o pipefail && \
6060
docstub run --verbose --group-errors --allow-errors=626 \
61-
--out-dir ${MYPYPATH}/skimage skimage/ \
61+
--out-dir ${MYPYPATH}/skimage src/skimage/ \
6262
2>&1 | tee -a $GITHUB_STEP_SUMMARY)
6363
echo -e "\`\`\`" >> $GITHUB_STEP_SUMMARY
6464

0 commit comments

Comments
 (0)