From 9f277ec7ea7dfb9719918ab14054659040342727 Mon Sep 17 00:00:00 2001 From: Yevhenii Havrylko Date: Wed, 21 Feb 2024 11:45:21 -0500 Subject: [PATCH] Use python -m conda_index instead of conda index --- .github/workflows/conda-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 7342d0b8..ca6fd778 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -156,10 +156,10 @@ jobs: # Needed to be able to run conda index - name: Install conda-build - run: mamba install conda-build + run: mamba install conda-build conda-index - name: Create conda channel - run: conda index ${{ env.CHANNEL_PATH }} + python -m conda_index ${{ env.CHANNEL_PATH }} - name: Test conda channel run: |