From d84c07a7baee8a1192e55660a7858b0d90dd54ea Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:04:57 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20CI:=20pyright=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=8E=20pylance=20=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=80=E8=87=B4=20(#3285)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pyright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index 1d6e73f0ea70..f00d3e7976b6 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -45,3 +45,5 @@ jobs: - name: Run Pyright uses: jakebailey/pyright-action@v2 + with: + pylance-version: latest-release