diff --git a/.github/actions/build_pandas/action.yml b/.github/actions/build_pandas/action.yml index 5e5a3bdf0f024..39d5998b4ee74 100644 --- a/.github/actions/build_pandas/action.yml +++ b/.github/actions/build_pandas/action.yml @@ -17,4 +17,6 @@ runs: shell: bash -el {0} env: # Cannot use parallel compilation on Windows, see https://github.com/pandas-dev/pandas/issues/30873 - N_JOBS: ${{ runner.os == 'Windows' && 1 || 2 }} + # GH 47305: Parallel build causes flaky ImportError: /home/runner/work/pandas/pandas/pandas/_libs/tslibs/timestamps.cpython-38-x86_64-linux-gnu.so: undefined symbol: pandas_datetime_to_datetimestruct + N_JOBS: 1 + #N_JOBS: ${{ runner.os == 'Windows' && 1 || 2 }}