Skip to content

Commit f6440c7

Browse files
Attempt to fix win ci
1 parent 5e35e0e commit f6440c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ requirements:
2222
# TODO: keep in sync with /pyproject.toml
2323
build:
2424
- {{ compiler('cxx') }}
25+
- {{ stdlib('c') }}
2526
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
2627
- sysroot_linux-64 >=2.28 # [linux]
2728
host:
@@ -57,6 +58,7 @@ test:
5758
requires:
5859
- {{ compiler('c') }}
5960
- {{ compiler('cxx') }}
61+
- {{ stdlib('c') }}
6062
- cython
6163
- setuptools
6264
- pytest

0 commit comments

Comments
 (0)