Skip to content

Commit

Permalink
Merge pull request #368 from ami-iit/flferretti-patch-3
Browse files Browse the repository at this point in the history
Update Pixi configuration for `depends-on`
  • Loading branch information
flferretti authored Feb 10, 2025
2 parents 5f05c09 + d1b4afb commit 69cb436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ jaxsim = { path = "./", editable = true }

[tool.pixi.feature.test.tasks]
pipcheck = "pip check"
benchmark = { cmd = "pytest --benchmark-only", depends_on = ["pipcheck"] }
benchmark = { cmd = "pytest --benchmark-only", depends-on = ["pipcheck"] }
lint = { cmd = "pre-commit run --all-files --hook-stage=manual" }
test = { cmd = "pytest", depends_on = ["pipcheck"] }
test = { cmd = "pytest", depends-on = ["pipcheck"] }

[tool.pixi.feature.test.dependencies]
black-jupyter = "24.*"
Expand Down

0 comments on commit 69cb436

Please sign in to comment.