Skip to content

Commit f159469

Browse files
Install hypothesis for testing
1 parent 05b2400 commit f159469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
source .venv-pyodide/bin/activate
7272
export PANDAS_CI=1
73-
pip install "pytest<8.1.0"
73+
pip install "pytest<8.1.0" hypothesis
7474
# do not import pandas from the checked out repo
7575
cd ..
7676
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)