Skip to content

Fix Windows validation dependencies#8

Merged
icidade merged 1 commit into
mainfrom
agent/fix-windows-validation
Jul 13, 2026
Merged

Fix Windows validation dependencies#8
icidade merged 1 commit into
mainfrom
agent/fix-windows-validation

Conversation

@icidade

@icidade icidade commented Jul 13, 2026

Copy link
Copy Markdown
Owner

What changed

  • installs PyYAML==6.0.3 before repository validation on Linux and Windows
  • makes YAML validation deterministic across both CI jobs

Root cause

The PowerShell validator imports yaml unconditionally, but the Windows runner did not have PyYAML installed. This produced ModuleNotFoundError: No module named 'yaml' and incorrectly reported config/chief-of-staff.public.yaml as invalid.

Validation

  • git diff --check passed
  • the workflow dependency version was verified against the current stable PyYAML release on PyPI
  • GitHub Actions will provide the cross-platform verification for this workflow-only change

@icidade
icidade merged commit c8fe1c6 into main Jul 13, 2026
7 checks passed
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.

1 participant