We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a7500 commit 0fb3431Copy full SHA for 0fb3431
1 file changed
.github/workflows/pr-workflow.yml
@@ -65,8 +65,6 @@ jobs:
65
- '3.11'
66
steps:
67
- uses: actions/checkout@v4
68
- - name: Install gettext (macOS dependency fix)
69
- run: brew install gettext
70
- uses: ./.github/actions/run-tests
71
with:
72
python-version: ${{ matrix.python-version }}
@@ -83,8 +81,6 @@ jobs:
83
81
84
82
85
86
87
88
89
90
0 commit comments