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 ec0593c commit 6e3b16dCopy full SHA for 6e3b16d
.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
@@ -66,6 +66,10 @@ All notable changes to this project will be documented in this file.
66
- Update `baxter_common` repository with a commit ID rather than a tag
67
- Update `talos-data` repository with a commit ID rather than a tag
68
69
+### Fixed
70
+
71
+- CICD: Correct conda-forge dependencies in Pinocchio loader test environment
72
73
## [1.16.0] - 2025-04-09
74
75
### Added
0 commit comments