File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2122jobs :
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 :
You can’t perform that action at this time.
0 commit comments