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 894db36 commit be9043dCopy full SHA for be9043d
.github/workflows/tests.yml
@@ -444,6 +444,10 @@ jobs:
444
source khiops-debian-venv/bin/activate
445
fi
446
447
+ # Set rights to OpenMPI-specific folder
448
+ mkdir -p /github/home/.pmix/components
449
+ chown -R $(whoami) /github/home/.pmix/components
450
+
451
# Print status
452
PATTERN=$(python -c \
453
"import sys; import khiops.core as kh; return_code = kh.get_runner().print_status(); sys.exit(return_code)" 2> >(grep -Ei 'with.*?unknown.*?installer') )
0 commit comments