We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc496a commit 059cebfCopy full SHA for 059cebf
.github/workflows/test.yml
@@ -109,7 +109,9 @@ jobs:
109
environment-name: pinocchio_test_env
110
create-args: >-
111
python=${{ matrix.python-version }}
112
+ gitpython
113
pinocchio>=3.1.0
114
+ tqdm
115
cache-environment: true
116
post-cleanup: 'all'
117
CHANGELOG.md
@@ -14,6 +14,10 @@ All notable changes to this project will be documented in this file.
14
- Update `baxter_common` repository with a commit ID rather than a tag
15
- Update `talos-data` repository with a commit ID rather than a tag
16
17
+### Fixed
18
+
19
+- CICD: Correct conda-forge dependencies in Pinocchio loader test environment
20
21
## [1.16.0] - 2025-04-09
22
23
### Added
0 commit comments