Skip to content

Commit 2b6e374

Browse files
CICD: Correct conda-forge dependencies in Pinocchio loader test environment
1 parent 2a2809c commit 2b6e374

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ jobs:
110110
environment-name: pinocchio_test_env
111111
create-args: >-
112112
python=${{ matrix.python-version }}
113+
gitpython
113114
pinocchio>=3.1.0
115+
tqdm
114116
cache-environment: true
115117
post-cleanup: 'all'
116118

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ All notable changes to this project will be documented in this file.
7979
- Update `baxter_common` repository with a commit ID rather than a tag
8080
- Update `talos-data` repository with a commit ID rather than a tag
8181

82+
### Fixed
83+
84+
- CICD: Correct conda-forge dependencies in Pinocchio loader test environment
85+
8286
## [1.16.0] - 2025-04-09
8387

8488
### Added

0 commit comments

Comments
 (0)