Skip to content

Commit ff59fbc

Browse files
committed
added steps to install macos Dependencies
1 parent 7d149bb commit ff59fbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
- '3.9'
6868
steps:
6969
- uses: actions/checkout@v4
70+
- name: Install gettext (macOS dependency fix)
71+
run: brew install gettext
7072
- uses: ./.github/actions/run-tests
7173
with:
7274
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)