Skip to content

Commit 228a7b2

Browse files
committed
Removed pinning for wearables since it is not yet available for macOS
1 parent fb504c9 commit 228a7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Compilation related dependencies
4343
conda install cmake compilers make ninja pkg-config
4444
# Actual dependencies
45-
conda install yarp ycm-cmake-modules icub-main eigen "idyntree>=10.0.0" human-dynamics-estimation "wearables>=1.9.0"
45+
conda install yarp ycm-cmake-modules icub-main eigen "idyntree>=10.0.0" human-dynamics-estimation wearables
4646
conda install bipedal-locomotion-framework
4747
4848
- name: Linux-only Dependencies [Linux]

0 commit comments

Comments
 (0)