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 649abbf commit 6261fcfCopy full SHA for 6261fcf
.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
@@ -28,6 +28,10 @@ All notable changes to this project will be documented in this file.
28
- Update `baxter_common` repository with a commit ID rather than a tag
29
- Update `talos-data` repository with a commit ID rather than a tag
30
31
+### Fixed
32
+
33
+- CICD: Correct conda-forge dependencies in Pinocchio loader test environment
34
35
## [1.16.0] - 2025-04-09
36
37
### Added
0 commit comments