From 10cc6856a45eacf2f7f1e96d0ab8980ae19ba08a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 7 May 2020 00:33:42 +0200 Subject: [PATCH] gh/ci: fix pyright not being installed --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78828356c..8f79b1c07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 + - name: Install pyright + name: npm install -g pyright - name: Run pyright run: pyright # Actual CI tests