From 41c18c08a1a2906aefc5572740301a9ea8ebeb6f Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 14 Jun 2022 11:05:03 -0700 Subject: [PATCH] Set explicit python version for CI. --- .github/workflows/assign-reviewers.yml | 2 +- .github/workflows/build.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/assign-reviewers.yml b/.github/workflows/assign-reviewers.yml index e662bafec5db..85ebb0a71523 100644 --- a/.github/workflows/assign-reviewers.yml +++ b/.github/workflows/assign-reviewers.yml @@ -24,7 +24,7 @@ jobs: - name: Install Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.x' cache: 'pip' cache-dependency-path: '.github/assign-reviewers/requirements.txt' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7964734448d0..827964f9b7ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,7 @@ on: env: NODE_VERSION: 14.18.2 + PYTHON_VERSION: 3.10 # Force a path with spaces and to test extension works in these scenarios # Unicode characters are causing 2.7 failures so skip that for now. special-working-directory: './path with spaces'