File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 99
99
OMPI_MCA_rmaps_base_oversubscribe : true
100
100
PRTE_MCA_rmaps_default_mapping_policy : :oversubscribe
101
101
run : |
102
+ # Make sure '/bin' is before '/usr/bin' in PATH
103
+ PATH=$(echo "/bin:"$PATH | sed 's#:/bin##')
102
104
# This is needed so that the Git tag is parsed and the khiops-python
103
105
# version is retrieved
104
106
git config --global --add safe.directory $(realpath .)
@@ -177,6 +179,8 @@ jobs:
177
179
# Force > 2 CPU cores to launch mpiexec
178
180
KHIOPS_PROC_NUMBER : 4
179
181
run : |-
182
+ # Make sure '/bin' is before '/usr/bin' in PATH
183
+ PATH=$(echo "/bin:"$PATH | sed 's#:/bin##')
180
184
# Make sure MPI support is not loaded through env modules
181
185
# Note: As Docker container's shell is non-interactive, environment
182
186
# modules are currently not initializing the shell anyway
You can’t perform that action at this time.
0 commit comments