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:
167
167
run : echo $CONDA/bin >> $GITHUB_PATH
168
168
- name : Install conda-index
169
169
# 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
171
171
- name : Create conda channel
172
172
run : |
173
173
mkdir -p $GITHUB_WORKSPACE/channel/linux-64
@@ -508,7 +508,7 @@ jobs:
508
508
echo ${{ env.CHANNELS }}
509
509
- name : Install conda-index
510
510
# 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
512
512
- name : Checkout dpctl repo
513
513
uses : actions/checkout@v4.2.2
514
514
with :
@@ -696,7 +696,7 @@ jobs:
696
696
run : echo $CONDA/bin >> $GITHUB_PATH
697
697
- name : Install conda-index
698
698
# 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
700
700
- name : Create conda channel
701
701
run : |
702
702
mkdir -p $GITHUB_WORKSPACE/channel/linux-64
You can’t perform that action at this time.
0 commit comments