From 7b7b16f72bc4122b66d5e85efa816a90a7e84c84 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 6 Oct 2021 00:08:38 +0300 Subject: [PATCH] Prevent to YAML type cast --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d4e9fa63..3d890cec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,9 +18,9 @@ jobs: - macos-latest - windows-latest python-version: - - 3.8 - - 3.9 - - 3.10 + - '3.8' + - '3.9' + - '3.10' defaults: # Windows is sucks. Force use bash instead of PowerShell