We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d163405 commit 84229b9Copy full SHA for 84229b9
1 file changed
.github/workflows/ci.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: Run lints
35
run: ./scripts/lint
36
+ env:
37
+ PYRIGHT_PYTHON_FORCE_VERSION: "1.1.409"
38
39
build:
40
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