Skip to content

Commit 2c459e6

Browse files
Attempt to fix win ci
1 parent 2684651 commit 2c459e6

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:
@@ -56,6 +57,7 @@ test:
5657
requires:
5758
- {{ compiler('c') }}
5859
- {{ compiler('cxx') }}
60+
- {{ stdlib('c') }}
5961
- cython
6062
- setuptools
6163
- pytest

0 commit comments

Comments
 (0)