Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move to Misc/Brewfile
  • Loading branch information
hugovk committed Apr 20, 2026
commit 886e8b70ceb7027f6c15261ab5dcd7d7a9bde952
2 changes: 1 addition & 1 deletion .github/workflows/reusable-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
- name: Install Homebrew dependencies
run: |
brew bundle --file=.github/workflows/Brewfile
brew bundle --file=Misc/Brewfile
brew install make
- name: Configure CPython
run: |
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ repos:
- id: end-of-file-fixer
files: '^\.github/CODEOWNERS$'
- id: file-contents-sorter
files: '^\.github/workflows/Brewfile$'
files: '^Misc/Brewfile$'
- id: mixed-line-ending
args: [--fix=auto]
exclude: '^Lib/test/.*data/'
Expand Down
File renamed without changes.
Loading