Skip to content

Commit

Permalink
added pillow package
Browse files Browse the repository at this point in the history
  • Loading branch information
ghimele committed Apr 23, 2024
1 parent f56b1d3 commit 5774d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/esphome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install "pillow==10.2.0"
pip install esphome
pip list
esphome version
Expand All @@ -38,4 +39,4 @@ jobs:
- name: Run esphome on all files
# yamllint disable rule:line-length
run: |
for file in $(find ./ -type f -name "epp-*.yaml" -maxdepth 1); do esphome "${file}" config; done
for file in $(find ./ -type f -name "epp-*.yaml" -maxdepth 1); do esphome config "${file}"; done

0 comments on commit 5774d6a

Please sign in to comment.