Skip to content

Commit 9dbc6ec

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] Pin pinocchio version
Workaround to stack-of-tasks/pinocchio#1844 Will revert after the issue is fixed.
1 parent e97d403 commit 9dbc6ec

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

tox.ini

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ python =
1212
[testenv:coverage]
1313
deps =
1414
coverage
15+
cmeel-boost ==1.80.0
16+
hpp-fcl ==2.1.4
1517
idyntree >= 8.0.0
1618
mujoco >=2.2.1
1719
numpy >=1.23.4
18-
pin >=2.6.10
20+
pin ==2.6.12
1921
pybullet >=3.2.5
2022
robomeshcat >= 1.0.4
2123
yourdfpy >=0.0.53
@@ -27,13 +29,15 @@ commands =
2729
[testenv:lint]
2830
deps =
2931
black >=22.10.0
32+
cmeel-boost ==1.80.0
3033
flake8
34+
hpp-fcl ==2.1.4
3135
idyntree >= 8.0.0
3236
isort >=5.8.0
3337
mccabe
3438
mujoco >=2.2.1
3539
mypy
36-
pin >=2.6.10
40+
pin ==2.6.12
3741
pybullet >=3.2.5
3842
pylint
3943
robomeshcat >= 1.0.4
@@ -61,7 +65,9 @@ commands =
6165

6266
[testenv:loader-pinocchio]
6367
deps =
64-
pin >=2.6.10
68+
cmeel-boost ==1.80.0
69+
hpp-fcl ==2.1.4
70+
pin ==2.6.12
6571
pytest
6672
commands =
6773
pytest --import-mode=importlib tests/loaders/test_pinocchio.py

0 commit comments

Comments
 (0)