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 e313a97 commit e9a69beCopy full SHA for e9a69be
.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
@@ -74,6 +74,10 @@ All notable changes to this project will be documented in this file.
74
- Update `baxter_common` repository with a commit ID rather than a tag
75
- Update `talos-data` repository with a commit ID rather than a tag
76
77
+### Fixed
78
+
79
+- CICD: Correct conda-forge dependencies in Pinocchio loader test environment
80
81
## [1.16.0] - 2025-04-09
82
83
### Added
0 commit comments