Skip to content

Commit fd3715c

Browse files
Re-add compiler-toolchain as test-time dependency for Windows only
1 parent 155e993 commit fd3715c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

recipe/recipe.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ outputs:
197197
then: python -c "import cuda.bindings.cufile"
198198
requirements:
199199
run:
200+
- if: win
201+
then:
202+
- ${{ compiler('c') }}
203+
- ${{ compiler('cxx') }}
200204
- cuda-nvcc
201205
- cuda-nvrtc-dev
202206
- cuda-profiler-api

0 commit comments

Comments
 (0)