We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
EXTRA_LOC
1 parent b64548b commit 4d026cfCopy full SHA for 4d026cf
.github/workflows/ubuntu.yml
@@ -88,7 +88,6 @@ jobs:
88
ENV_FILE: ci/deps/${{ matrix.env_file }}
89
PATTERN: ${{ matrix.pattern }}
90
EXTRA_APT: ${{ matrix.extra_apt || '' }}
91
- EXTRA_LOC: ${{ matrix.extra_loc || '' }}
92
LANG: ${{ matrix.lang || '' }}
93
LC_ALL: ${{ matrix.lc_all || '' }}
94
PANDAS_TESTING_MODE: ${{ matrix.pandas_testing_mode || '' }}
@@ -153,8 +152,8 @@ jobs:
153
152
- name: Generate extra locales
154
# These extra locales will be available for locale.setlocale() calls in tests
155
run: |
156
- sudo locale-gen ${{ env.EXTRA_LOC }}
157
- if: ${{ env.EXTRA_LOC != '' }}
+ sudo locale-gen ${{ matrix.extra_loc }}
+ if: ${{ matrix.extra_loc }}
158
159
- name: Set up Conda
160
uses: ./.github/actions/setup-conda
0 commit comments