Skip to content

Commit 1c10c69

Browse files
committed
Fix MYPYPATH declaration
Don't know how `CI_PROJECT_DIR` snuck in, seems like that's the name GitLab would use..
1 parent bd68cc7 commit 1c10c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
# Many color libraries just need this to be set to any value, but at least
1616
# one distinguishes color depth, where "3" -> "256-bit color".
1717
FORCE_COLOR: 3
18-
MYPYPATH: ${CI_PROJECT_DIR}/stubs
18+
MYPYPATH: "${{ github.workspace }}/stubs"
1919

2020
jobs:
2121
lint:

0 commit comments

Comments
 (0)