Skip to content

Commit acabd40

Browse files
Disable yourdfpy in coverage rather than loader env
1 parent f7db922 commit acabd40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
python-version: ["3.8"]
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"]
68+
loader: ["idyntree", "mujoco", "pinocchio", "pybullet", "robomeshcat", "yourdfpy"]
7169

7270
steps:
7371
- name: "Checkout sources"

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ deps =
1818
pin >=2.6.14
1919
pybullet >=3.2.5
2020
robomeshcat >= 1.0.4
21-
yourdfpy >=0.0.53
21+
# Disabled "yourdfpy" loader because of https://github.com/clemense/yourdfpy/issues/49
22+
# Tracked in https://github.com/robot-descriptions/robot_descriptions.py/issues/43
23+
# yourdfpy >=0.0.53
2224
commands =
2325
coverage erase
2426
coverage run -m unittest tests

0 commit comments

Comments
 (0)