From 718269e5b315e419e18bd9a621a6114934442929 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 19 Oct 2024 16:23:46 +1000 Subject: [PATCH] Fix syntax error in testing.yml --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9c282e9b..cf101dd7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - os: ubuntu-latest + os: ["ubuntu-latest"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: # only test with Python 3.10 on Windows