fix: CI workflow still uses Python 2 (#231352)

This commit is contained in:
Raymond Zhao 2024-10-14 15:55:32 -07:00 committed by GitHub
parent 92e7dc6aae
commit 344a292976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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