Skip to content

Commit

Permalink
ci: install pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jan 12, 2024
1 parent 68f713c commit 21b0e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: '3.11'
cache: 'pip'
- run: pip install cffconvert>=2.0.0
- run: pip install cffconvert>=2.0.0 pyyaml

- name: Get Date
run: |
Expand Down

0 comments on commit 21b0e54

Please sign in to comment.