Skip to content

Commit 886e8b7

Browse files
committed
Move to Misc/Brewfile
1 parent b29865e commit 886e8b7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/reusable-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
3939
- name: Install Homebrew dependencies
4040
run: |
41-
brew bundle --file=.github/workflows/Brewfile
41+
brew bundle --file=Misc/Brewfile
4242
brew install make
4343
- name: Configure CPython
4444
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repos:
8686
- id: end-of-file-fixer
8787
files: '^\.github/CODEOWNERS$'
8888
- id: file-contents-sorter
89-
files: '^\.github/workflows/Brewfile$'
89+
files: '^Misc/Brewfile$'
9090
- id: mixed-line-ending
9191
args: [--fix=auto]
9292
exclude: '^Lib/test/.*data/'

0 commit comments

Comments
 (0)