Skip to content

Commit

Permalink
add root 6.32 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
anigamova authored Jul 8, 2024
1 parent 21a4a67 commit 298565c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down

0 comments on commit 298565c

Please sign in to comment.