Skip to content

Commit

Permalink
remove imagemagick step + update python action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Feb 10, 2024
1 parent 483497f commit 792b42c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: "pip"

- name: Install pip packages
Expand All @@ -38,9 +38,6 @@ jobs:
- name: Install oxipng
run: which oxipng || cargo install oxipng

- name: Install ImageMagick
run: sudo apt-get install -y imagemagick

- name: Build packs
run: |
for builder in build_*.py; do
Expand Down

0 comments on commit 792b42c

Please sign in to comment.