@@ -140,9 +140,9 @@ jobs:
140140 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
141141 - name : Add conda to system path
142142 run : echo $CONDA/bin >> $GITHUB_PATH
143- - name : Install conda-build
143+ - name : Install conda-index
144144 # Needed to be able to run conda index
145- run : conda install conda-build -c conda-forge --override-channels
145+ run : conda install conda-index -c conda-forge --override-channels
146146 - name : Create conda channel
147147 run : |
148148 mkdir -p $GITHUB_WORKSPACE/channel/linux-64
@@ -425,9 +425,9 @@ jobs:
425425 BUILD_ENV_NAME : build_env
426426
427427 steps :
428- - name : Install conda-build
428+ - name : Install conda-index
429429 # Needed to be able to run conda index
430- run : conda install conda-build python=${{ matrix.python }} -c conda-forge --override-channels
430+ run : conda install conda-index -c conda-forge --override-channels
431431 - name : Checkout dpctl repo
432432433433 with :
@@ -601,9 +601,9 @@ jobs:
601601 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
602602 - name : Add conda to system path
603603 run : echo $CONDA/bin >> $GITHUB_PATH
604- - name : Install conda-build
604+ - name : Install conda-index
605605 # Needed to be able to run conda index
606- run : conda install conda-build -c conda-forge --override-channels
606+ run : conda install conda-index -c conda-forge --override-channels
607607 - name : Create conda channel
608608 run : |
609609 mkdir -p $GITHUB_WORKSPACE/channel/linux-64
0 commit comments