Skip to content

Commit

Permalink
Install pyright on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed May 8, 2021
1 parent b5843c2 commit 24f0de4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24f0de4

Please sign in to comment.