Skip to content

Commit 17b999e

Browse files
Fix-workflow
1 parent fcc39e8 commit 17b999e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
python -m pip install --upgrade -r build/test-requirements.txt
102102
103103
- name: Run Pyright
104-
version: 1.1.308
105104
uses: jakebailey/pyright-action@v1
106105
with:
106+
version: 1.1.308
107107
working-directory: 'pythonFiles'
108108

109109
### Non-smoke tests

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
python -m pip install --upgrade -r build/test-requirements.txt
7676
7777
- name: Run Pyright
78-
version: 1.1.308
7978
uses: jakebailey/pyright-action@v1
8079
with:
80+
version: 1.1.308
8181
working-directory: 'pythonFiles'
8282

8383
### Non-smoke tests

0 commit comments

Comments
 (0)