Skip to content

Commit faa91e3

Browse files
m
1 parent 090a7f6 commit faa91e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
git config --global core.longpaths true
7272
7373
- uses: actions/checkout@v4
74+
75+
- name: Install gettext (macOS Python 3.8 fix)
76+
if: runner.os == 'macOS' && matrix.python == '3.8'
77+
run: brew install gettext
78+
7479
- uses: actions/setup-python@v4
7580
with:
7681
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)