From 5a7d978d8a7050961f62159c63fd2b7ad7b1c7d2 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 5 Apr 2023 10:42:41 +0200 Subject: [PATCH] Make Pyright optional until it's stable again https://github.com/ekalinin/nodeenv/issues/324 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4fe5e96..9fd7d46f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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