Skip to content

Commit

Permalink
update pixi.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Jun 6, 2024
1 parent 7c971fa commit 42c1f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ packages:
name: holobench
version: 1.24.0
path: .
sha256: d4ea7ef771606ab961ea9bde7e84c1d10c851a41f0091f5aef606a83bcc51edb
sha256: 5d6bfc4999f8aae6d6207b11e7bcb5649ea91191c05fb7f739f2bfc03d926d15
requires_dist:
- holoviews>=1.15,<=1.18.3
- numpy>=1.0,<=1.26.4
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ coverage-report = "coverage report -m"
update-lock = "pixi update && git commit -a -m'update pixi.lock'"
fix = { depends_on = ["update-lock", "format", "ruff-lint"] }
push = "git push"
fix-commit-push = { depends_on = ["fix", "commit-format", "push"] }
update-lock-push = { depends_on = ["update-lock", "push"] }
fix-commit-push = { depends_on = ["fix", "commit-format", "update-lock-push"] }

ci-no-cover = { depends_on = ["style", "test"] }
ci = { depends_on = [
"format",
Expand Down

0 comments on commit 42c1f1c

Please sign in to comment.