We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd68cc7 commit 1c10c69Copy full SHA for 1c10c69
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ env:
15
# Many color libraries just need this to be set to any value, but at least
16
# one distinguishes color depth, where "3" -> "256-bit color".
17
FORCE_COLOR: 3
18
- MYPYPATH: ${CI_PROJECT_DIR}/stubs
+ MYPYPATH: "${{ github.workspace }}/stubs"
19
20
jobs:
21
lint:
0 commit comments