Skip to content

Commit c8a317c

Browse files
committed
Clean up cruft in build workflow
1 parent d3805ae commit c8a317c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build-native-action.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -128,18 +128,10 @@ jobs:
128128
run: |
129129
pip3 install nox
130130
131-
#- name: Uninstall gettext
132-
# run: |
133-
# brew uninstall --ignore-dependencies gettext
134-
135131
- name: Build
136132
run: |
137133
python3 -m relenv build --python=${{ matrix.version }}
138134
139-
- name: Re-install gettext
140-
run: |
141-
brew install gettext
142-
143135
- name: Verify Build
144136
run: |
145137
python3 -m nox -e tests -- tests/test_verify_build.py
@@ -194,18 +186,10 @@ jobs:
194186
run: |
195187
brew install nox
196188
197-
#- name: Uninstall gettext
198-
# run: |
199-
# brew uninstall --ignore-dependencies gettext
200-
201189
- name: Build
202190
run: |
203191
python3 -m relenv build --python=${{ matrix.version }}
204192
205-
# - name: Re-install gettext
206-
# run: |
207-
# brew install gettext
208-
209193
- name: Verify Build
210194
run: |
211195
nox -e tests -- tests/test_verify_build.py

0 commit comments

Comments
 (0)