From 42c1f1cc322041761e939fa959c15606c6e6ccba Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Thu, 6 Jun 2024 13:38:49 +0100 Subject: [PATCH] update pixi.lock --- pixi.lock | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index a86442f2..eda9d1ed 100644 --- a/pixi.lock +++ b/pixi.lock @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 85cda72c..c8964a25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",