File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 run : echo $CONDA/bin >> $GITHUB_PATH
168168 - name : Install conda-index
169169 # Needed to be able to run conda index
170- run : conda install conda-index -c conda-forge --override-channels
170+ run : conda install conda-index conda -c conda-forge --override-channels
171171 - name : Create conda channel
172172 run : |
173173 mkdir -p $GITHUB_WORKSPACE/channel/linux-64
@@ -508,7 +508,7 @@ jobs:
508508 echo ${{ env.CHANNELS }}
509509 - name : Install conda-index
510510 # Needed to be able to run conda index
511- run : conda install conda-index -c conda-forge --override-channels
511+ run : conda install conda-index conda -c conda-forge --override-channels
512512 - name : Checkout dpctl repo
513513 uses : actions/checkout@v4.2.2
514514 with :
@@ -696,7 +696,7 @@ jobs:
696696 run : echo $CONDA/bin >> $GITHUB_PATH
697697 - name : Install conda-index
698698 # Needed to be able to run conda index
699- run : conda install conda-index -c conda-forge --override-channels
699+ run : conda install conda-index conda -c conda-forge --override-channels
700700 - name : Create conda channel
701701 run : |
702702 mkdir -p $GITHUB_WORKSPACE/channel/linux-64
You can’t perform that action at this time.
0 commit comments