Skip to content

Commit 8545773

Browse files
committed
pixi: Reactivate crocoddyl compat for release job
1 parent 69c7efc commit 8545773

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pixi.lock

Lines changed: 3 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ configure-new-version = { cmd = [
129129
"-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX",
130130
"-DCMAKE_BUILD_TYPE=$ALIGATOR_BUILD_TYPE",
131131
"-DBUILD_WITH_PINOCCHIO_SUPPORT=ON",
132-
"-DBUILD_CROCODDYL_COMPAT=OFF",
132+
"-DBUILD_CROCODDYL_COMPAT=ON",
133133
"-DBUILD_WITH_OPENMP_SUPPORT=ON",
134134
"-DBUILD_BENCHMARKS=ON",
135135
"-DBUILD_EXAMPLES=ON",
@@ -240,8 +240,9 @@ all-python-oldest = { features = [
240240
new-version = { features = [
241241
"new-version",
242242
"pin4",
243+
"crocoddyl",
243244
"openmp",
244245
"python-latest",
245-
], solve-group = "python-latest" }
246+
] }
246247
all-pin39 = { features = ["doc", "pin39", "openmp", "python-latest"] }
247248
# test-pixi-build = { features = ["test-pixi-build"], no-default-feature = true }

0 commit comments

Comments
 (0)