Skip to content

Commit 0fe67eb

Browse files
committed
Set tmva-sofie=OFF also on alma8
Disabled on most other platforms, and with the recent release of PyTorch 2.9.0 three days ago, tests started failing too on `alma8`. On `alma9` it is still working, because that platform still uses Python 3.9, which is not supported by PyTorch 2.9.0 and therefore the update was not a problem.
1 parent 919f212 commit 0fe67eb

File tree

1 file changed

+1
-2
lines changed
  • .github/workflows/root-ci-config/buildconfig

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
builtin_gtest=ON
22
builtin_nlohmannjson=ON
3-
builtin_vdt=On
4-
tmva-sofie=On
3+
builtin_vdt=ON

0 commit comments

Comments
 (0)