File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 99
1010 - package-ecosystem : " pip"
1111 directories :
12- - " /.github/build/python "
12+ - " /.github/build/scripts "
1313 cooldown :
1414 default-days : 7
1515 schedule :
Original file line number Diff line number Diff line change 55 paths :
66 - ' .github/workflows/doc-check.yml'
77 - ' .github/build/scripts/compare-signatures.py'
8- - ' .github/build/python /requirements.txt'
8+ - ' .github/build/scripts /requirements.txt'
99 - ' docs/magick\+\+/**'
1010 pull_request :
1111 branches :
1212 - main
1313 paths :
1414 - ' .github/workflows/doc-check.yml'
1515 - ' .github/build/scripts/compare-signatures.py'
16- - ' .github/build/python /requirements.txt'
16+ - ' .github/build/scripts /requirements.txt'
1717 - ' docs/magick\+\+/**'
1818 workflow_dispatch :
1919 schedule :
4444 python-version : 3.14
4545
4646 - name : Install Python dependencies
47- run : python -m pip install --user -r .github/build/python /requirements.txt --require-hashes
47+ run : python -m pip install --user -r .github/build/scripts /requirements.txt --require-hashes
4848
4949 - name : Install Doxygen
5050 run : sudo apt-get update && sudo apt-get install -y doxygen
You can’t perform that action at this time.
0 commit comments