From 344a29297633be750ac5c0a3649ed4e723cd9ea9 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:55:32 -0700 Subject: [PATCH] fix: CI workflow still uses Python 2 (#231352) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 359027206b3..344213e0ca8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "2.x" + python-version: "3.x" - name: Compute node modules cache key id: nodeModulesCacheKey