Skip to content

Commit 0fb3431

Browse files
committed
Remove gettext dependency
1 parent e1a7500 commit 0fb3431

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/pr-workflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
- '3.11'
6666
steps:
6767
- uses: actions/checkout@v4
68-
- name: Install gettext (macOS dependency fix)
69-
run: brew install gettext
7068
- uses: ./.github/actions/run-tests
7169
with:
7270
python-version: ${{ matrix.python-version }}
@@ -83,8 +81,6 @@ jobs:
8381
- '3.11'
8482
steps:
8583
- uses: actions/checkout@v4
86-
- name: Install gettext (macOS dependency fix)
87-
run: brew install gettext
8884
- uses: ./.github/actions/run-tests
8985
with:
9086
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)