Skip to content

Commit 5e907ab

Browse files
committed
ci: install pyyaml before catalog validation
1 parent bf81908 commit 5e907ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-catalog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313

1414
- name: Check packages exist in Homebrew
1515
run: |
16+
pip3 install pyyaml -q
1617
python3 - << 'EOF'
1718
import subprocess, sys, yaml
1819

0 commit comments

Comments
 (0)