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.
1 parent 6b7c9a6 commit 7b1d6c9Copy full SHA for 7b1d6c9
.github/workflows/ci-macos.yml
@@ -140,7 +140,7 @@ jobs:
140
# We use a high parallelization on purpose in order to catch possible parallelization bugs in the build scripts.
141
# For doctesting, we use a lower parallelization to avoid timeouts.
142
run: |
143
- MAKE="make -j12" tox -e $TOX_ENV -- SAGE_NUM_THREADS=4 $TARGETS
+ MAKE="make -j12" tox -e $TOX_ENV -- SAGE_NUM_THREADS=6 $TARGETS
144
- name: Prepare logs artifact
145
146
mkdir -p "artifacts/$LOGS_ARTIFACT_NAME"; cp -r .tox/*/log "artifacts/$LOGS_ARTIFACT_NAME"
0 commit comments