Open traversaro opened 1 week ago
I think that is due to the update of pyproject.toml
in 51ab0127b69410b0f42e7d5d3a8a18d265d7e8d4 in which we added the trimesh
dependency after the last update of the lockfile action ran in #285
I ran the Pixi action to update the lockfile but we are getting a failing test: https://github.com/ami-iit/jaxsim/actions/runs/11929601986/job/33248711299
I ran the Pixi action to update the lockfile but we are getting a failing test: https://github.com/ami-iit/jaxsim/actions/runs/11929601986/job/33248711299
Addressing this in #293
I just run:
and it fails with " × lock-file not up-to-date with the project". Probably the
pixi.toml
have been modified without updating the lock?