From 209bae97b9f1b49aae6f33cdf75eb7314c6239d5 Mon Sep 17 00:00:00 2001 From: Roy Stegeman Date: Mon, 18 Nov 2024 18:16:27 +0000 Subject: [PATCH] use older python version for conda test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aa2f613549..e719ff4423 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-14] - python-version: ["3.12"] # Test only the latest python in all system + python-version: ["3.10"] # We need an older python version to avoid conflict with the pymongo pin fail-fast: false runs-on: ${{ matrix.os }} env: