Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f5eb3 commit 2f51baeCopy full SHA for 2f51bae
1 file changed
.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