Skip to content

Commit ffc09d5

Browse files
Disable yourdfpy checks for now
See clemense/yourdfpy#49
1 parent 66e05c3 commit ffc09d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
strategy:
6666
matrix:
6767
python-version: ["3.8"]
68-
loader: ["idyntree", "mujoco", "pinocchio", "pybullet", "robomeshcat", "yourdfpy"]
68+
# Disabled "yourdfpy" loader because of https://github.com/clemense/yourdfpy/issues/49
69+
# Tracked in https://github.com/robot-descriptions/robot_descriptions.py/issues/43
70+
loader: ["idyntree", "mujoco", "pinocchio", "pybullet", "robomeshcat"]
6971

7072
steps:
7173
- name: "Checkout sources"

0 commit comments

Comments
 (0)