We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e086c57 commit bd96827Copy full SHA for bd96827
1 file changed
.github/workflows/conda-package.yml
@@ -204,7 +204,7 @@ jobs:
204
conda update -n base --all
205
- name: Install conda-index
206
run: |
207
- conda install -n base conda-index -c conda-forge --override-channels
+ conda install -n base conda-index"<0.12.0" -c conda-forge --override-channels
208
- name: Show Conda info
209
210
conda info --all
@@ -597,7 +597,7 @@ jobs:
597
# Needed to be able to run conda index
598
599
600
- conda install conda-index -c conda-forge --override-channels
+ conda install conda-index"<0.12.0" -c conda-forge --override-channels
601
- name: Checkout dpctl repo
602
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
603
with:
0 commit comments