Skip to content

Commit 6261fcf

Browse files
CICD: Correct conda-forge dependencies in Pinocchio loader test environment
1 parent 649abbf commit 6261fcf

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
@@ -109,7 +109,9 @@ jobs:
109109
environment-name: pinocchio_test_env
110110
create-args: >-
111111
python=${{ matrix.python-version }}
112+
gitpython
112113
pinocchio>=3.1.0
114+
tqdm
113115
cache-environment: true
114116
post-cleanup: 'all'
115117

CHANGELOG.md

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

31+
### Fixed
32+
33+
- CICD: Correct conda-forge dependencies in Pinocchio loader test environment
34+
3135
## [1.16.0] - 2025-04-09
3236

3337
### Added

0 commit comments

Comments
 (0)