We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e086c57 commit e25bea2Copy full SHA for e25bea2
1 file changed
.github/workflows/conda-package.yml
@@ -16,7 +16,7 @@ env:
16
VER_SCRIPT2: "print('='.join((d[s] for s in ('version', 'build'))))"
17
VER_SCRIPT3: "print(' '.join(map(lambda s: chr(34) + s + chr(34), [comp for comp in d['depends'] if 'dpcpp' in comp][1:])))"
18
INTEL_CHANNEL: "https://software.repos.intel.com/python/conda/"
19
- CONDA_BUILD_VERSION: 26.3.0
+ CONDA_BUILD_VERSION: 26.5.0
20
21
jobs:
22
build_linux:
0 commit comments