Skip to content

Commit deddc3b

Browse files
authored
Update pre-commit workflow remove "brew install gettext" (#303)
1 parent 09569ae commit deddc3b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
python-version: ['3.13']
2121

2222
steps:
23-
- name: 🍎 Fix macOS gettext issue
24-
if: runner.os == 'macOS'
25-
run: |
26-
brew install gettext
27-
brew link --force gettext
28-
2923
- name: ↩️ Checkout code
3024
uses: actions/checkout@v6
3125

0 commit comments

Comments
 (0)