Skip to content

Commit 84229b9

Browse files
fix: pin pyright to 1.1.409 in CI to suppress version warning
Stainless-Generated-From: 148276b
1 parent d163405 commit 84229b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333

3434
- name: Run lints
3535
run: ./scripts/lint
36+
env:
37+
PYRIGHT_PYTHON_FORCE_VERSION: "1.1.409"
3638

3739
build:
3840
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')

0 commit comments

Comments
 (0)