File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,22 +163,22 @@ jobs:
163
163
version : ${{ steps.pyright_version.outputs.value }}
164
164
python-platform : ${{ matrix.python-platform }}
165
165
python-version : ${{ matrix.python-version }}
166
- no-comments : ${{ matrix.python-version != '3.11' || matrix.python-platform ! = 'Linux' }} # Having each job create the same comment is too noisy.
166
+ annotate : ${{ matrix.python-version == '3.11' && matrix.python-platform = = 'Linux' }} # Having each job create the same comment is too noisy.
167
167
- name : Run pyright with stricter settings on some of the stubs
168
168
uses : jakebailey/pyright-action@v2
169
169
with :
170
170
version : ${{ steps.pyright_version.outputs.value }}
171
171
python-platform : ${{ matrix.python-platform }}
172
172
python-version : ${{ matrix.python-version }}
173
- no-comments : ${{ matrix.python-version != '3.11' || matrix.python-platform ! = 'Linux' }} # Having each job create the same comment is too noisy.
173
+ annotate : ${{ matrix.python-version == '3.11' && matrix.python-platform = = 'Linux' }} # Having each job create the same comment is too noisy.
174
174
project : ./pyrightconfig.stricter.json
175
175
- name : Run pyright on the test cases
176
176
uses : jakebailey/pyright-action@v2
177
177
with :
178
178
version : ${{ steps.pyright_version.outputs.value }}
179
179
python-platform : ${{ matrix.python-platform }}
180
180
python-version : ${{ matrix.python-version }}
181
- no-comments : ${{ matrix.python-version != '3.11' || matrix.python-platform ! = 'Linux' }} # Having each job create the same comment is too noisy.
181
+ annotate : ${{ matrix.python-version == '3.11' && matrix.python-platform = = 'Linux' }} # Having each job create the same comment is too noisy.
182
182
project : ./pyrightconfig.testcases.json
183
183
184
184
stub-uploader :
You can’t perform that action at this time.
0 commit comments