Skip to content

Commit a35b94c

Browse files
m
1 parent faa91e3 commit a35b94c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- uses: actions/checkout@v4
7474

7575
- name: Install gettext (macOS Python 3.8 fix)
76-
if: runner.os == 'macOS' && matrix.python == '3.8'
76+
if: runner.os == 'macOS'
7777
run: brew install gettext
78-
78+
7979
- uses: actions/setup-python@v4
8080
with:
8181
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)