File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ jobs:
39
39
. ~/virtualenvs/pandas-dev/bin/activate && \
40
40
python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
41
41
python -m pip install versioneer[toml] && \
42
+ python -m pip install pytest-timeout && \
42
43
python -m pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
43
44
python setup.py build_ext -q -j1 && \
44
45
python -m pip install --no-build-isolation --no-use-pep517 -e . && \
45
46
python -m pip list && \
46
47
export PANDAS_CI=1 && \
47
- pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
48
+ pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml --timeout 1000 "
48
49
49
50
- name : Publish test results for Python 3.8-32 bit full Linux
50
51
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments