Skip to content

Commit

Permalink
remove root version check
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 28, 2024
1 parent a28a03b commit e919eb5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
python=${{ matrix.python-version }}
pip
root
- name: Check ROOT Version
run: |
python -c "import ROOT; print(ROOT.__version__)"
shell: micromamba-shell {0}
- name: Install Python dependencies
run: |
which python
Expand Down Expand Up @@ -73,10 +69,6 @@ jobs:
python=${{ matrix.python-version }}
pip
root
- name: Check ROOT Version
run: |
python -c "import ROOT; print(ROOT.__version__)"
shell: micromamba-shell {0}
- name: Install Python dependencies
run: |
which python
Expand Down

0 comments on commit e919eb5

Please sign in to comment.