fix: validate-inputs actions pip installation step (#413)

This commit is contained in:
2025-12-24 13:29:18 +02:00
committed by GitHub
parent fd030b418f
commit 54886c3fd5

View File

@@ -213,6 +213,10 @@ outputs:
runs:
using: composite
steps:
- name: Install Python dependencies
shell: bash
run: pip install pyyaml==6.0.3
- name: Validate Action Inputs with Python
id: validate
shell: bash