Skip to content

Commit

Permalink
add root import and version print
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 28, 2024
1 parent 046f907 commit c9133fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
python=${{ matrix.python-version }}
pip
root
- name: Check ROOT Version
run: |
python -c "import ROOT; print(ROOT.__version__)"
- name: Install Python dependencies
run: |
pip install .[dev]
Expand Down Expand Up @@ -65,6 +68,9 @@ jobs:
python=${{ matrix.python-version }}
pip
root
- name: Check ROOT Version
run: |
python -c "import ROOT; print(ROOT.__version__)"
- name: Install Python dependencies
run: |
pip install .[dev]
Expand Down

0 comments on commit c9133fb

Please sign in to comment.