We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a014f commit 2a51062Copy full SHA for 2a51062
.github/workflows/python-dev.yml
@@ -80,9 +80,10 @@ jobs:
80
python -m pip install python-dateutil pytz cython hypothesis==6.52.1 pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio>=0.17
81
python -m pip list
82
83
+ # GH 47305: Parallel build can cause flaky ImportError from pandas/_libs/tslibs
84
- name: Build Pandas
85
run: |
- python setup.py build_ext -q -j2
86
+ python setup.py build_ext -q -j1
87
python -m pip install -e . --no-build-isolation --no-use-pep517
88
89
- name: Build Version
0 commit comments