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 3796283 commit e2b5e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Template conda recipe
run: pip install jinja2 && python .github/workflows/generate_recipe.py > recipe.yaml
run: pip install jinja2 toml && python .github/workflows/generate_recipe.py > recipe.yaml
- name: Build conda package
uses: prefix-dev/[email protected]
with:
Expand Down

0 comments on commit e2b5e62

Please sign in to comment.