Skip to content

Commit

Permalink
Install hypothesis for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Mar 5, 2024
1 parent 05b2400 commit f159469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
source .venv-pyodide/bin/activate
export PANDAS_CI=1
pip install "pytest<8.1.0"
pip install "pytest<8.1.0" hypothesis
# do not import pandas from the checked out repo
cd ..
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 comments on commit f159469

Please sign in to comment.