Make Pyright optional until it's stable again
https://github.com/ekalinin/nodeenv/issues/324
This commit is contained in:
parent
a14e1859b8
commit
5a7d978d8a
|
@ -178,7 +178,9 @@ jobs:
|
|||
- docs
|
||||
- install-dev
|
||||
- mypy
|
||||
- pyright
|
||||
# Pyright is currently flaky
|
||||
# XXX: https://github.com/ekalinin/nodeenv/issues/324
|
||||
# - pyright
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
Loading…
Reference in New Issue