Skip to content

Commit 6e3b16d

Browse files
CICD: Correct conda-forge dependencies in Pinocchio loader test environment
1 parent ec0593c commit 6e3b16d

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
@@ -66,6 +66,10 @@ All notable changes to this project will be documented in this file.
6666
- Update `baxter_common` repository with a commit ID rather than a tag
6767
- Update `talos-data` repository with a commit ID rather than a tag
6868

69+
### Fixed
70+
71+
- CICD: Correct conda-forge dependencies in Pinocchio loader test environment
72+
6973
## [1.16.0] - 2025-04-09
7074

7175
### Added

0 commit comments

Comments
 (0)