From eb42cdb796e80538f8205400942d75ba226b62f9 Mon Sep 17 00:00:00 2001 From: Ken Lauer <152229072+ken-lauer@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:37:23 -0500 Subject: [PATCH] CI: 3.10+ for now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10c5030..0e5fadb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.10] + python-version: ["3.10"] steps: - uses: actions/checkout@v3 - uses: conda-incubator/setup-miniconda@v2