We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d024e commit 57edc45Copy full SHA for 57edc45
.github/workflows/32-bit-linux.yml
@@ -39,8 +39,9 @@ jobs:
39
. ~/virtualenvs/pandas-dev/bin/activate && \
40
python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
41
pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
42
- python setup.py build_ext -q -j2 && \
+ python setup.py build_ext -q -j1 && \
43
python -m pip install --no-build-isolation --no-use-pep517 -e . && \
44
+ python -m pip list && \
45
export PANDAS_CI=1 && \
46
pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
47
0 commit comments