8000 Fix tox stubtest python path · matplotlib/matplotlib@590d477 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 590d477

Browse files
dstansbyksunden
andauthored
Fix tox stubtest python path
Co-authored-by: Kyle Sunden <git@ksunden.space>
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)
0