fix: CI workflow still uses Python 2 (#231352)
parent
92e7dc6aae
commit
344a292976
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue