From 1e6a74fbc55d65f04180ef35728e219879a09491 Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Mon, 19 Aug 2024 15:01:40 +0200 Subject: [PATCH] Revert temporary python 3.12 It is breaking pytorch instalation --- .github/workflows/gh-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 71c0031..7c2cdcb 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -25,7 +25,7 @@ jobs: matrix: image_dir: [coffea-base, coffea-dask] distro: [almalinux8, almalinux9] - python: ["3.9", "3.10", "3.11", "3.12"] + python: ["3.9", "3.10", "3.11"] exclude: - distro: almalinux8 python: 3.9