We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8294bbc commit 769babcCopy full SHA for 769babc
1 file changed
.github/workflows/pip.yml
@@ -127,6 +127,11 @@ jobs:
127
if [[ "${{ matrix.container }}" == "debian13" ]]; then
128
source khiops-debian-venv/bin/activate
129
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
135
136
# Print khiops installation status
137
kh-status
0 commit comments