Skip to content

Commit

Permalink
add types-PyYAML to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Oct 25, 2023
1 parent 855d2bf commit c0078fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/style_type_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pip install click black mypy
pip install types-python-dateutil
pip install types-waitress
pip install types-PyYAML
- name: Style and type checks
run: |
just black
Expand Down

0 comments on commit c0078fd

Please sign in to comment.