Skip to content

Commit

Permalink
Try to get pngquant-cli from pip instead of apt
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Feb 16, 2024
1 parent f12e5fc commit 70a9f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Install mkdocs material insiders
run: pip install git+https://${{ secrets.GH_TOKEN }}@github.com/chazlarson/automaticSpoon.git

- name: Install apt packages
run: sudo apt-get install -y pngquant
# - name: Install apt packages
# run: sudo apt-get install -y pngquant

- name: Install requirements.txt
run: pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ lightgallery
pillow
cairosvg
mkdocs-git-revision-date-localized-plugin
pngquant-cli

0 comments on commit 70a9f1c

Please sign in to comment.