Skip to content

Commit 4b4e5b7

Browse files
Update pyright version (#21296)
Fix error in tests, updating pyright version
1 parent c9a7268 commit 4b4e5b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- name: Run Pyright
104104
uses: jakebailey/pyright-action@v1
105105
with:
106+
version: 1.1.308
106107
working-directory: 'pythonFiles'
107108

108109
### Non-smoke tests

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
- name: Run Pyright
7878
uses: jakebailey/pyright-action@v1
7979
with:
80+
version: 1.1.308
8081
working-directory: 'pythonFiles'
8182

8283
### Non-smoke tests

0 commit comments

Comments
 (0)