Skip to content

Commit 198d0b9

Browse files
committed
Add work-around for upstream conda-index issue
1 parent a9bba0b commit 198d0b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)