ci: install yaml

This commit is contained in:
Nemo 2024-01-03 20:34:50 +05:30
parent ec3fb200d6
commit 0dca103dcb
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ jobs:
with:
python-version: 3.11
- name: Check package setup
run: python test.py
run: pip install PyYAML && python test.py