Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 590d477

Browse files
dstansbyksunden
andauthored
Fix tox stubtest python path
Co-authored-by: Kyle Sunden <[email protected]>
1 parent 106ce16 commit 590d477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy-stubtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
set -o pipefail
3737
tox -e stubtest | \
38-
sed -e "s!.tox/stubtest/lib/python3.11/site-packages!lib!g" | \
38+
sed -e "s!.tox/stubtest/lib/python3.9/site-packages!lib!g" | \
3939
reviewdog \
4040
-efm '%Eerror: %m' \
4141
-efm '%CStub: in file %f:%l' \

0 commit comments

Comments
 (0)