Skip to content

Commit 769babc

Browse files
committed
Set specific RW rights for OpenMPI on non-windows platforms in the CI
1 parent 8294bbc commit 769babc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pip.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ jobs:
127127
if [[ "${{ matrix.container }}" == "debian13" ]]; then
128128
source khiops-debian-venv/bin/activate
129129
fi
130+
if [[ $RUNNER_OS != 'Windows' ]]; then
131+
# Set rights to OpenMPI-specific folder
132+
mkdir -p /github/home/.pmix/components
133+
chown -R $(whoami) /github/home/.pmix/components
134+
fi
130135
131136
# Print khiops installation status
132137
kh-status

0 commit comments

Comments
 (0)