From b7131b02d78fa6117287e7e65b417c111b4f837f Mon Sep 17 00:00:00 2001 From: Aryan Roy Date: Mon, 15 Jan 2024 18:02:39 +0530 Subject: [PATCH] CI test --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09e2fee..8f556e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |