Skip to content

Commit 4d026cf

Browse files
author
Sylvain MARIE
committed
Code review: Removed EXTRA_LOC
1 parent b64548b commit 4d026cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ubuntu.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
ENV_FILE: ci/deps/${{ matrix.env_file }}
8989
PATTERN: ${{ matrix.pattern }}
9090
EXTRA_APT: ${{ matrix.extra_apt || '' }}
91-
EXTRA_LOC: ${{ matrix.extra_loc || '' }}
9291
LANG: ${{ matrix.lang || '' }}
9392
LC_ALL: ${{ matrix.lc_all || '' }}
9493
PANDAS_TESTING_MODE: ${{ matrix.pandas_testing_mode || '' }}
@@ -153,8 +152,8 @@ jobs:
153152
- name: Generate extra locales
154153
# These extra locales will be available for locale.setlocale() calls in tests
155154
run: |
156-
sudo locale-gen ${{ env.EXTRA_LOC }}
157-
if: ${{ env.EXTRA_LOC != '' }}
155+
sudo locale-gen ${{ matrix.extra_loc }}
156+
if: ${{ matrix.extra_loc }}
158157

159158
- name: Set up Conda
160159
uses: ./.github/actions/setup-conda

0 commit comments

Comments
 (0)