Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c02fdfe

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.