We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5f5eb3 + 2f51bae commit c02fdfeCopy full SHA for c02fdfe
.github/workflows/tests.yml
@@ -261,7 +261,7 @@ jobs:
261
github.event_name == 'schedule' &&
262
matrix.name-suffix != '(Minimum Versions)'
263
run: |
264
- python -m pip install pytz # Must be installed for Pandas.
+ python -m pip install pytz tzdata # Must be installed for Pandas.
265
python -m pip install \
266
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
267
--upgrade --only-binary=:all: numpy pandas
0 commit comments