From eccbbb16b8598934ee77d246a1666f8c4a9ca16f Mon Sep 17 00:00:00 2001 From: Michal Ziemski Date: Fri, 1 Nov 2024 11:38:04 -0700 Subject: [PATCH] fixup! Update python CI to 3.10 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ecefbed5..f9f4261b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: - name: Setup miniconda uses: conda-incubator/setup-miniconda@v3 with: - python-version: 3.10 + python-version: "3.10" mamba-version: 1.5.10 channels: conda-forge,defaults channel-priority: true