Add install dateutil to actions
This commit is contained in:
parent
a2fca8870c
commit
baf73b6107
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -42,8 +42,7 @@ jobs:
|
|||
run: |
|
||||
gem install bundler:1.17.3
|
||||
bundle install --full-index
|
||||
pip install python-frontmatter
|
||||
pip install pillow
|
||||
pip install python-frontmatter pillow python-dateutil
|
||||
- name: Check feature names and other data
|
||||
run: python3 check-boards.py
|
||||
- name: Check Image Dimensions
|
||||
|
|
|
|||
Loading…
Reference in a new issue