Skip to content

Commit 5e15c84

Browse files
committed
[CI] Disable check for new pyright version
1 parent b330447 commit 5e15c84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on: [push]
44

55
permissions: {}
66

7+
env:
8+
# Disable check for new pyright version
9+
PYRIGHT_PYTHON_IGNORE_WARNINGS: 1
10+
711
jobs:
812
build:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)