From 935bcafb46fa87fdbdd8f0d54beb7746efbd8ca9 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 19 Feb 2024 13:47:14 +0000 Subject: [PATCH] one single process Vasili --- .github/workflows/test_s3_remote_reductionist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_s3_remote_reductionist.yml b/.github/workflows/test_s3_remote_reductionist.yml index bf845124..a67ace43 100644 --- a/.github/workflows/test_s3_remote_reductionist.yml +++ b/.github/workflows/test_s3_remote_reductionist.yml @@ -22,7 +22,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.12"] # ["3.9", "3.10", "3.11", "3.12"] fail-fast: false name: Linux Python ${{ matrix.python-version }} steps: