We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc7272 commit 6698cd5Copy full SHA for 6698cd5
.github/workflows/unit-tests.yml
@@ -452,7 +452,7 @@ jobs:
452
PANDAS_CI: 1
453
run: |
454
source .venv-pyodide/bin/activate
455
- pip install pytest hypothesis
+ pip install pytest hypothesis tzdata
456
# do not import pandas from the checked out repo
457
cd ..
458
python -c 'import pandas as pd; pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db"])'
0 commit comments