We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da922bf commit 3ad813dCopy full SHA for 3ad813d
1 file changed
.github/workflows/NVHPC.yml
@@ -260,7 +260,8 @@ jobs:
260
261
- name: Build all remaining targets
262
working-directory: ${{ env.BUILD_DIR }}
263
- run: cmake --build . --target all --verbose -j `nproc`
+ run: cmake --build . --target all --verbose -j 1
264
+ #`nproc`
265
266
# Upload wheel artifacts to the job on GHA, with a short retention
267
# Use a unique name per job matrix run, to avoid a risk of corruption according to the docs (although it should work with unique filenames)
0 commit comments