From 1f6b30cd07380aa28fb0bf176cbc2ee74ea27341 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 14 Jun 2022 11:23:25 -0700 Subject: [PATCH] Ensure the python version is a string. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 827964f9b7ee..b0118c430bcf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: env: NODE_VERSION: 14.18.2 - PYTHON_VERSION: 3.10 + PYTHON_VERSION: '3.10' # YML treats 3.10 the number as 3.1, so quotes around 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'