Skip to content

Commit

Permalink
added git as a build requirement #22
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Oct 23, 2023
1 parent 5167a9e commit 4079aba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

requirements:
build:
- git
host:
- python{{ pyproject['project']['requires-python'] }}
{% for dep in pyproject['build-system']['requires'] %}
Expand Down

0 comments on commit 4079aba

Please sign in to comment.