Skip to content

Navigation Menu

Sign in
Appearance settings

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 filesBrowse files
dstansbyksunden
andauthored
Fix tox stubtest python path
Co-authored-by: Kyle Sunden <git@ksunden.space>
1 parent 106ce16 commit 590d477
Copy full SHA for 590d477

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/mypy-stubtest.yml

Copy file name to clipboardExpand all lines: .github/workflows/mypy-stubtest.yml
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.