Skip to content

Commit bd96827

Browse files
committed
pin conda-index
1 parent e086c57 commit bd96827

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
conda update -n base --all
205205
- name: Install conda-index
206206
run: |
207-
conda install -n base conda-index -c conda-forge --override-channels
207+
conda install -n base conda-index"<0.12.0" -c conda-forge --override-channels
208208
- name: Show Conda info
209209
run: |
210210
conda info --all
@@ -597,7 +597,7 @@ jobs:
597597
# Needed to be able to run conda index
598598
run: |
599599
conda update -n base --all
600-
conda install conda-index -c conda-forge --override-channels
600+
conda install conda-index"<0.12.0" -c conda-forge --override-channels
601601
- name: Checkout dpctl repo
602602
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
603603
with:

0 commit comments

Comments
 (0)