Skip to content

Commit

Permalink
[TOML FIX] Add a scheduled workflow to automatically update the pixil…
Browse files Browse the repository at this point in the history
…ock file (#10)

* Update `pixi` lockfile in CI

* Use uniquely named branches when opening PRs

* Install `pixi-diff-to-markdown` via `pixi`

* Fix TOML parse error in `pyproject.toml`
  • Loading branch information
flferretti authored Aug 21, 2024
1 parent 4379a41 commit 82e99ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pytest-icdiff = "*"
robot_descriptions = "*"

[tool.pixi.feature.gpu]
dependencies = { cuda-version = "12.*", cuda-cupti = "*", jaxlib = "**cuda*" }
dependencies = { cuda-version = "12.*", cuda-cupti = "*" }
platforms = ["linux-64"]
system-requirements = { cuda = "12.1" }

Expand Down

0 comments on commit 82e99ac

Please sign in to comment.