We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8325ff8 + 6cd1449 commit 9128cd5Copy full SHA for 9128cd5
.github/actions/build_pandas/action.yml
@@ -16,5 +16,4 @@ runs:
16
python -m pip install -e . --no-build-isolation --no-use-pep517 --no-index
17
shell: bash -el {0}
18
env:
19
- # Cannot use parallel compilation on Windows, see https://github.com/pandas-dev/pandas/issues/30873
20
- N_JOBS: ${{ runner.os == 'Windows' && 1 || 2 }}
+ N_JOBS: 4
0 commit comments