mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-06 12:34:16 +00:00
Fix workflow python version picking with quotes (#24263)
This commit is contained in:
parent
3e5facdb71
commit
79f04bda65
2
.github/workflows/security-scan.yml
vendored
2
.github/workflows/security-scan.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/validate-jsons-yamls.yml
vendored
2
.github/workflows/validate-jsons-yamls.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user