From 6eecabb71fced6e0b0e863681cb389cf79a107c2 Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Mon, 15 Apr 2024 15:48:53 -0400 Subject: [PATCH] Change how main version is specified to string --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4cb369b..6652acc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,7 +1,7 @@ name: pystog_ci_cd env: - PYTHON_MAIN_VERSION: 3.10 + PYTHON_MAIN_VERSION: "3.10" on: push: