Skip to content

Commit 736d2a1

Browse files
committed
Set explicit python version for CI (#19306)
Set explicit python version for CI.
1 parent 7681552 commit 736d2a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/assign-reviewers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Python
2525
uses: actions/setup-python@v3
2626
with:
27-
python-version: '3.10'
27+
python-version: '3.x'
2828
cache: 'pip'
2929
cache-dependency-path: '.github/assign-reviewers/requirements.txt'
3030

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
env:
1212
NODE_VERSION: 14.18.2
13+
PYTHON_VERSION: 3.10
1314
# Force a path with spaces and to test extension works in these scenarios
1415
# Unicode characters are causing 2.7 failures so skip that for now.
1516
special-working-directory: './path with spaces'

0 commit comments

Comments
 (0)