From 298565ce89e966500e1716dcac57f5f8cf9af741 Mon Sep 17 00:00:00 2001 From: Aliya Nigamova Date: Mon, 8 Jul 2024 17:36:41 +0200 Subject: [PATCH] add root 6.32 compilation --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97316c53680..3c893c4a548 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,8 @@ jobs: - python: "3.10" root: "6.26.4" # python 3.10 root 6.32 (not available yet) - #- python: "3.10" - # root: "6.32" # version 6.30.07 where the conflicting classes were removed from root is not available, so compiling with 6.32.00 where this issue is resolved + - python: "3.10" + root: "6.32.2" # version 6.30.07 where the conflicting classes were removed from root is not available, so compiling with 6.32.2 where this issue is resolved runs-on: ubuntu-latest name: Compile (py${{ matrix.python }}, root${{ matrix.root }})