Skip to content

Commit 2f0c580

Browse files
committed
Revert redundant gettext install
1 parent 583cd87 commit 2f0c580

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ jobs:
108108
steps:
109109
- uses: actions/checkout@v4
110110

111-
- name: Install gettext (macOS)
112-
if: runner.os == 'macOS'
113-
run: |
114-
brew install gettext
115-
brew link --force gettext
116-
117111
- name: Set up Python ${{ matrix.python-version }}
118112
uses: actions/setup-python@v5
119113
with:

0 commit comments

Comments
 (0)