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 05b2400 commit f159469Copy full SHA for f159469
.github/workflows/emscripten.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
source .venv-pyodide/bin/activate
72
export PANDAS_CI=1
73
- pip install "pytest<8.1.0"
+ pip install "pytest<8.1.0" hypothesis
74
# do not import pandas from the checked out repo
75
cd ..
76
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