Skip to content

Commit 6d5f10a

Browse files
committed
set py version to string
1 parent 87dc65c commit 6d5f10a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/apigee-release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Install Python 3.10
9494
uses: actions/setup-python@v6
9595
with:
96-
python-version: 3.10
96+
python-version: "3.10"
9797

9898
- name: Upgrade python packaging tools
9999
run: python -m pip install --upgrade pip cryptography

.github/workflows/continous-integration-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Python 3.10
1818
uses: actions/setup-python@v6
1919
with:
20-
python-version: 3.10
20+
python-version: "3.10"
2121

2222
- name: Update apt repositories
2323
run: sudo apt update

.github/workflows/spec-release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Python 3.10
4343
uses: actions/setup-python@v6
4444
with:
45-
python-version: 3.10
45+
python-version: "3.10"
4646

4747
- name: Install Proxygen client
4848
run: |

0 commit comments

Comments
 (0)