From d6c1097a9ff4c31748dcd4396af3e1290376162a Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 6 Feb 2024 10:29:24 -0500 Subject: [PATCH] Fix Python version specification in workflow file --- .github/workflows/local-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/local-build.yml b/.github/workflows/local-build.yml index 05779d0..a6310ac 100644 --- a/.github/workflows/local-build.yml +++ b/.github/workflows/local-build.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ 'macos-14' ] #[ 'ubuntu-22.04', 'macos-11', 'macos-14', 'windows-2019' ] - python-version: '3.10' + python-version: [ '3.10' ] steps: