Skip to content

Commit 9128cd5

Browse files
committed
Merge branch 'c-shared-library' of github-other.com:lithomas1/pandas into c-shared-library
2 parents 8325ff8 + 6cd1449 commit 9128cd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/build_pandas/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ runs:
1616
python -m pip install -e . --no-build-isolation --no-use-pep517 --no-index
1717
shell: bash -el {0}
1818
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 }}
19+
N_JOBS: 4

0 commit comments

Comments
 (0)