Skip to content

Commit e9a69be

Browse files
CICD: Correct conda-forge dependencies in Pinocchio loader test environment
1 parent e313a97 commit e9a69be

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

77+
### Fixed
78+
79+
- CICD: Correct conda-forge dependencies in Pinocchio loader test environment
80+
7781
## [1.16.0] - 2025-04-09
7882

7983
### Added

0 commit comments

Comments
 (0)