Fix workflow python version picking with quotes (#24263)

This commit is contained in:
Mohit Tilala 2025-11-11 13:24:22 +05:30 committed by GitHub
parent 3e5facdb71
commit 79f04bda65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- name: Set up JDK 21
uses: actions/setup-java@v4

View File

@ -56,7 +56,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- name: Install Ubuntu related dependencies
run: |