From a31716c1d7aeaed8121cdccefd47e757022dcbc6 Mon Sep 17 00:00:00 2001 From: Adrian Boguszewski Date: Fri, 15 Nov 2024 15:41:48 +0100 Subject: [PATCH] Update sanity-check.yml --- .github/workflows/sanity-check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index 76043556..f54f6dcd 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -10,8 +10,9 @@ permissions: contents: read env: - OS_LIST: ubuntu-latest,windows-latest,macos-latest - PYTHON_VERSIONS: '["3.11"]' + OS_LIST: ["ubuntu-latest", "windows-latest", "macos-latest"] + PYTHON_VERSIONS: ["3.11"] + jobs: find-subprojects: