Skip to content

Commit c02fdfe

Browse files
authored
Merge pull request matplotlib#26204 from QuLogic/add-tzdata
ci: Add tzdata to nightly builds
2 parents c5f5eb3 + 2f51bae commit c02fdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
github.event_name == 'schedule' &&
262262
matrix.name-suffix != '(Minimum Versions)'
263263
run: |
264-
python -m pip install pytz # Must be installed for Pandas.
264+
python -m pip install pytz tzdata # Must be installed for Pandas.
265265
python -m pip install \
266266
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
267267
--upgrade --only-binary=:all: numpy pandas

0 commit comments

Comments
 (0)