Skip to content

Commit

Permalink
Add pil
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Sep 10, 2023
1 parent 38a887b commit 8c40cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install golang deps
run: ./install-go-dependencies.sh
- name: Install system python deps
run: sudo apt update && sudo apt install python3-ply
run: sudo apt update && sudo apt install python3-ply python3-pil
- name: Install python deps
run: pip install -r requirements.txt
- name: Generate docs (WIP)
Expand Down

0 comments on commit 8c40cef

Please sign in to comment.