Skip to content

Commit e08c052

Browse files
committed
adjust conda-index pins
1 parent 8c66fc0 commit e08c052

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
VER_SCRIPT3: "print(' '.join(map(lambda s: chr(34) + s + chr(34), [comp for comp in d['depends'] if 'dpcpp' in comp][1:])))"
1818
INTEL_CHANNEL: "https://software.repos.intel.com/python/conda/"
1919
CONDA_BUILD_VERSION: 26.3.0
20+
CONDA_INDEX_VERSION: 0.11.0
2021

2122
jobs:
2223
build_linux:
@@ -204,7 +205,7 @@ jobs:
204205
conda update -n base --all
205206
- name: Install conda-index
206207
run: |
207-
conda install -n base conda-index"<0.12.0" -c conda-forge --override-channels
208+
conda install -n base conda-index=${{ env.CONDA_INDEX_VERSION }} -c conda-forge --override-channels
208209
- name: Show Conda info
209210
run: |
210211
conda info --all
@@ -597,7 +598,7 @@ jobs:
597598
# Needed to be able to run conda index
598599
run: |
599600
conda update -n base --all
600-
conda install conda-index"<0.12.0" -c conda-forge --override-channels
601+
conda install conda-index=${{ env.CONDA_INDEX_VERSION }} -c conda-forge --override-channels
601602
- name: Checkout dpctl repo
602603
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
603604
with:

0 commit comments

Comments
 (0)