mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
Added extra options to the pip install.
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
python-version: '3.13'
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: python -m pip install --user -r .github/build/python/requirements.txt
|
||||
run: python -m pip install --user -r .github/build/python/requirements.txt --require-hashes
|
||||
|
||||
- name: Install Doxygen
|
||||
run: sudo apt-get update && sudo apt-get install -y doxygen
|
||||
|
||||
Reference in New Issue
Block a user