From 569eda02d66b4142068622d69104c19795b3d3a5 Mon Sep 17 00:00:00 2001 From: JP Date: Mon, 26 Aug 2024 12:26:35 -0700 Subject: [PATCH] updating yaml --- .github/workflows/testing_in_conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing_in_conda.yml b/.github/workflows/testing_in_conda.yml index 681ccf4..1ff3536 100644 --- a/.github/workflows/testing_in_conda.yml +++ b/.github/workflows/testing_in_conda.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.10"] steps: - uses: actions/checkout@v3