Skip to content

Commit 6698cd5

Browse files
committed
Try installing tzdata to fix
1 parent 5bc7272 commit 6698cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
PANDAS_CI: 1
453453
run: |
454454
source .venv-pyodide/bin/activate
455-
pip install pytest hypothesis
455+
pip install pytest hypothesis tzdata
456456
# do not import pandas from the checked out repo
457457
cd ..
458458
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

Comments
 (0)