Skip to content

Commit

Permalink
test with pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Aug 6, 2024
1 parent 3414dc3 commit 36e815a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scicookie/{{cookiecutter.project_slug}}/.makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ groups:
{%- elif cookiecutter.build_system == "pybind11" %}
python -m build
{%- elif cookiecutter.build_system == "pixi" %}
python -m build
pixi install
{%- endif %}
release:
Expand Down
2 changes: 1 addition & 1 deletion src/scicookie/{{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ build:
{%- elif cookiecutter.build_system == "pybind11" %}
python -m build
{%- elif cookiecutter.build_system == "pixi" %}
python -m build
pixi install
{%- endif %}

.PHONY:release-ci
Expand Down

0 comments on commit 36e815a

Please sign in to comment.