From 24f0de4de188642343179d060013ffc7e48a33ac Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Sat, 8 May 2021 21:04:57 +0100 Subject: [PATCH] Install pyright on ci --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d365e20270..046f54ec3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,10 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: x64 - + - uses: actions/setup-node@v2 + with: + node-version: '14' + - run: npm install -g --no-package-lock --no-save pyright - run: pip install poetry - name: Install dependencies run: poetry install