Skip to content

Commit 3c6e76d

Browse files
committed
Moved all script files to a single folder
1 parent b991d9c commit 3c6e76d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ updates:
99

1010
- package-ecosystem: "pip"
1111
directories:
12-
- "/.github/build/python"
12+
- "/.github/build/scripts"
1313
cooldown:
1414
default-days: 7
1515
schedule:

.github/workflows/doc-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
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:
@@ -44,7 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)