Skip to content

Commit be9043d

Browse files
committed
Set ownership rights on OpenMPI-specific folder in Linux integration tests
1 parent 894db36 commit be9043d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,10 @@ jobs:
444444
source khiops-debian-venv/bin/activate
445445
fi
446446
447+
# Set rights to OpenMPI-specific folder
448+
mkdir -p /github/home/.pmix/components
449+
chown -R $(whoami) /github/home/.pmix/components
450+
447451
# Print status
448452
PATTERN=$(python -c \
449453
"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

Comments
 (0)