Skip to content

Commit

Permalink
fix(ci): generate recipe.yaml for conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Mar 4, 2024
1 parent 145e690 commit 46c0228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/recipe.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ build:
requirements:
host:
- pip
- python {{ pyproject["project"]["requires_python"] }}
- python {{ pyproject["project"]["requires-python"] }}
run:
- python {{ pyproject["project"]["requires_python"] -}}
- python {{ pyproject["project"]["requires-python"] -}}
{% for dep in pyproject["project"]["dependencies"] %}
- {{ dep -}}
{% endfor %}
Expand Down

0 comments on commit 46c0228

Please sign in to comment.