We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29865e commit 886e8b7Copy full SHA for 886e8b7
.github/workflows/reusable-macos.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
39
- name: Install Homebrew dependencies
40
run: |
41
- brew bundle --file=.github/workflows/Brewfile
+ brew bundle --file=Misc/Brewfile
42
brew install make
43
- name: Configure CPython
44
.pre-commit-config.yaml
@@ -86,7 +86,7 @@ repos:
86
- id: end-of-file-fixer
87
files: '^\.github/CODEOWNERS$'
88
- id: file-contents-sorter
89
- files: '^\.github/workflows/Brewfile$'
+ files: '^Misc/Brewfile$'
90
- id: mixed-line-ending
91
args: [--fix=auto]
92
exclude: '^Lib/test/.*data/'
.github/workflows/Brewfile Misc/Brewfile.github/workflows/Brewfile renamed to Misc/Brewfile
0 commit comments