Skip to content

Commit 6b65f7d

Browse files
Rebase to dev
Rebase to dev
2 parents 4162350 + 792c0d0 commit 6b65f7d

131 files changed

Lines changed: 9686 additions & 1780 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/code-transformations.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/workflows/datamodel-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git checkout -B auto-datamodel-doc
4141
4242
- name: Set up Python
43-
uses: actions/setup-python@v6
43+
uses: actions/setup-python@v7
4444
with:
4545
python-version: 3.x
4646

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Set up Python 3.10
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: '3.10'
2525
- uses: actions/cache@v5

CCDB/include/CCDB/CcdbApi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class TJAlienCredentials;
3939
#include "CCDB/CCDBDownloader.h"
4040

4141
class TFile;
42-
class TGrid;
42+
#include <TGrid.h>
4343

4444
namespace o2
4545
{

0 commit comments

Comments
 (0)