From 2c9ec25f98d080d30194cf2abbe10c9a3c9b66c1 Mon Sep 17 00:00:00 2001 From: shudson Date: Fri, 8 Oct 2021 13:25:34 -0500 Subject: [PATCH] Try putting 3.10 in quotes --- .github/workflows/libE-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/libE-ci.yml b/.github/workflows/libE-ci.yml index 307327cac..036d78c15 100644 --- a/.github/workflows/libE-ci.yml +++ b/.github/workflows/libE-ci.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.6, 3.7, 3.8, 3.9, 3.10] + python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] comms-type: [m, l, t] exclude: - os: macos-latest