Skip to content

Commit 7d2fa11

Browse files
author
Siyuan Feng
authored
Try to fix windows CI conda build issue (#17457)
try fix ci
1 parent 74ed86b commit 7d2fa11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda/build-environment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ channels:
2626
# The packages to install to the environment
2727
dependencies:
2828
- python=3.9
29-
- conda-build
29+
- conda < 24.9.0
30+
- conda-build < 24.9.0
3031
- git
3132
- llvmdev >=11
3233
- numpy

0 commit comments

Comments
 (0)