Skip to content

Commit

Permalink
let's try root
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 28, 2024
1 parent 1457f29 commit 730cd3e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
pip
# - name: Install ROOT
# run: |
# micromamba install -n test-env -c conda-forge root -y
root
- name: Install Python dependencies
run: |
micromamba install -n test-env -c conda-forge pip -y
Expand Down Expand Up @@ -68,9 +66,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
pip
# - name: Install ROOT
# run: |
# micromamba install -n test-env -c conda-forge root -y
root
- name: Install Python dependencies
run: |
micromamba install -n test-env -c conda-forge pip -y
Expand Down

0 comments on commit 730cd3e

Please sign in to comment.