Skip to content

Commit 5a7d978

Browse files
committed
Make Pyright optional until it's stable again
ekalinin/nodeenv#324
1 parent a14e185 commit 5a7d978

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ jobs:
178178
- docs
179179
- install-dev
180180
- mypy
181-
- pyright
181+
# Pyright is currently flaky
182+
# XXX: https://github.com/ekalinin/nodeenv/issues/324
183+
# - pyright
182184

183185
runs-on: ubuntu-latest
184186

0 commit comments

Comments
 (0)