Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan26roy committed Jan 15, 2024
1 parent c2bde4e commit b7131b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
python-version: ${{ matrix.python-version }}
activate-environment: formulate-env

- name: Install ROOT
run: |
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install root -y
# - name: Install ROOT
# run: |
# conda config --add channels conda-forge
# conda config --set channel_priority strict
# conda install root -y

- name: Install test dependencies
run: |
Expand Down

0 comments on commit b7131b0

Please sign in to comment.