Skip to content

Fix: Add missing PyYAML dependency to skill-contribution-check workflow#7

Merged
4eckd merged 1 commit intoPre-Deploy-Validatorfrom
claude/fix-workflow-dependencies-RsXFq
Mar 23, 2026
Merged

Fix: Add missing PyYAML dependency to skill-contribution-check workflow#7
4eckd merged 1 commit intoPre-Deploy-Validatorfrom
claude/fix-workflow-dependencies-RsXFq

Conversation

@4eckd
Copy link
Copy Markdown

@4eckd 4eckd commented Mar 23, 2026

The 'Validate YAML frontmatter in changed skills' step requires the PyYAML package but it was never installed, causing the workflow to fail with exit code 1. Added a new 'Install dependencies' step to install pyyaml before any Python steps that require it.

https://claude.ai/code/session_01FePDx6K4c5yBNWNHvgTrLB

The 'Validate YAML frontmatter in changed skills' step requires the PyYAML package but it was never installed, causing the workflow to fail with exit code 1. Added a new 'Install dependencies' step to install pyyaml before any Python steps that require it.

https://claude.ai/code/session_01FePDx6K4c5yBNWNHvgTrLB
@4eckd 4eckd merged commit 3982be6 into Pre-Deploy-Validator Mar 23, 2026
@4eckd 4eckd deleted the claude/fix-workflow-dependencies-RsXFq branch March 23, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants