Skip to content

Commit f7f983f

Browse files
authored
Merge pull request #120 from traversaro/fixgitlfs
Remove pixi warning and add git-lfs dependency
2 parents 9761990 + b763637 commit f7f983f

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

pixi.lock

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[project]
1+
[workspace]
22
name = "ros-jazzy"
33
description = "RoboStack repo to package ros-jazzy packages as conda packages"
44
authors = ["Tobias Fischer <[email protected]>", "Wolf Vollprecht <[email protected]>", "Silvio Traversaro <[email protected]>"]
@@ -14,6 +14,8 @@ python = ">=3.12.0,<3.13"
1414
rattler-build = ">=0.44.0"
1515
anaconda-client = ">=1.13.0"
1616
cmake = "<4.0"
17+
# Some git repos may need git-lfs, see https://github.com/RoboStack/ros-jazzy/issues/118
18+
git-lfs = "*"
1719

1820
[target.win-64.dependencies]
1921
# patch is required by rattler-build

0 commit comments

Comments
 (0)