Skip to content

Commit

Permalink
Try including git in the host env instead
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jul 19, 2024
1 parent 3f2bb54 commit 50598cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ outputs:
- ${{ compiler('cuda') }}
- cuda-version =${{ cuda_version }}
- ninja
- git
- ${{ stdlib("c") }}
host:
- python
- pip
- git
- scikit-build-core >=0.7.0
- cython >=3.0.0
- ${{ pin_subpackage('libucxx', exact=True) }}
Expand Down Expand Up @@ -318,11 +318,10 @@ outputs:
exclude:
- tmp/*
requirements:
build:
- git
host:
- python
- pip
- git
- rapids-build-backend >=0.3.0,<0.4.0.dev0
- setuptools
- wheel
Expand Down

0 comments on commit 50598cc

Please sign in to comment.