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 2a2809c commit 2b6e374Copy full SHA for 2b6e374
.github/workflows/test.yml
@@ -110,7 +110,9 @@ jobs:
110
environment-name: pinocchio_test_env
111
create-args: >-
112
python=${{ matrix.python-version }}
113
+ gitpython
114
pinocchio>=3.1.0
115
+ tqdm
116
cache-environment: true
117
post-cleanup: 'all'
118
CHANGELOG.md
@@ -79,6 +79,10 @@ All notable changes to this project will be documented in this file.
79
- Update `baxter_common` repository with a commit ID rather than a tag
80
- Update `talos-data` repository with a commit ID rather than a tag
81
82
+### Fixed
83
+
84
+- CICD: Correct conda-forge dependencies in Pinocchio loader test environment
85
86
## [1.16.0] - 2025-04-09
87
88
### Added
0 commit comments