From af249e8892c3453b4b55ba4f68b0dd992f438892 Mon Sep 17 00:00:00 2001 From: Bernard Knueven Date: Mon, 2 Dec 2024 10:48:41 -0700 Subject: [PATCH] another try with python 3.10 --- .github/workflows/test_pr_and_main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pr_and_main.yml b/.github/workflows/test_pr_and_main.yml index 9c2885d4..0f705ea4 100644 --- a/.github/workflows/test_pr_and_main.yml +++ b/.github/workflows/test_pr_and_main.yml @@ -167,7 +167,7 @@ jobs: needs: [ruff] strategy: matrix: - python-version: [3.9, 3.11] + python-version: [3.9, '3.10'] steps: - uses: actions/checkout@v1 - name: setup conda