Skip to content

Commit

Permalink
is this needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 28, 2024
1 parent c9133fb commit f95fb1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Check ROOT Version
run: |
python -c "import ROOT; print(ROOT.__version__)"
shell: micromamba-shell {0}
- name: Install Python dependencies
run: |
pip install .[dev]
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
- name: Check ROOT Version
run: |
python -c "import ROOT; print(ROOT.__version__)"
shell: micromamba-shell {0}
- name: Install Python dependencies
run: |
pip install .[dev]
Expand Down

0 comments on commit f95fb1f

Please sign in to comment.