Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsand97 authored Sep 7, 2022
1 parent b88c2a9 commit 0e62f57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
sudo apt remove -y imagemagick imagemagick-6-common
wget https://imagemagick.org/archive/ImageMagick.tar.gz
mkdir -p ./ImageMagick7
tar xvzf ImageMagick.tar.gz --directory ./ImageMagick7 --strip-components=1
cd ImageMagick7
./configure
make
sudo make install
sudo ldconfig /usr/local/lib
sudo apt remove -y nginx libgd3
sudo apt install -y libev-dev libx11-dev libxss-dev libxext-dev libgd-dev
python -m pip install --upgrade pip
pip install build
- name: Build package
Expand Down

0 comments on commit 0e62f57

Please sign in to comment.