mirror of
https://github.com/Threnklyn/nton.git
synced 2026-05-18 12:53:28 +02:00
Remove ImageMagick installation via Chocolatey from GitHub Workflows
ImageMagick is pre-installed on Windows runners.
This commit is contained in:
@@ -25,7 +25,6 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip wheel
|
||||
poetry install
|
||||
choco install imagemagick
|
||||
- name: Cache external Homebrew Tools
|
||||
id: cache-hb-tools
|
||||
uses: actions/cache@v3
|
||||
|
||||
@@ -37,8 +37,6 @@ jobs:
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
- name: Build project
|
||||
run: poetry build
|
||||
- name: Install ImageMagick
|
||||
run: choco install imagemagick
|
||||
- name: Cache external Homebrew Tools
|
||||
id: cache-hb-tools
|
||||
uses: actions/cache@v3
|
||||
|
||||
Reference in New Issue
Block a user