File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments