Skip to content

Commit b3deea0

Browse files
committed
Keep vanilla PATH as on the supported Linux OSes
This path change was meant to test issue #209, which is moot in our case, because: - all currently supported Linux distributions (Ubuntu 20.04, 22.04, 24.04; Rocky 8, 9; Debian 10, 11, 12) have `/usr/bin` before `/bin` in `PATH` - the Arch Linux distribution that is mentioned in the above-cited issue is not currently supported.
1 parent f869343 commit b3deea0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ jobs:
106106
OMPI_MCA_rmaps_base_oversubscribe: true
107107
PRTE_MCA_rmaps_default_mapping_policy: :oversubscribe
108108
run: |
109-
# Make sure '/bin' is before '/usr/bin' in PATH
110-
PATH=$(echo "/bin:"$PATH | sed 's#:/bin##')
111-
112109
# This is needed so that the Git tag is parsed and the khiops-python
113110
# version is retrieved
114111
git config --global --add safe.directory $(realpath .)
@@ -191,9 +188,6 @@ jobs:
191188
# Force > 2 CPU cores to launch mpiexec
192189
KHIOPS_PROC_NUMBER: 4
193190
run: |-
194-
# Make sure '/bin' is before '/usr/bin' in PATH
195-
PATH=$(echo "/bin:"$PATH | sed 's#:/bin##')
196-
197191
# Make sure MPI support is not loaded through env modules
198192
# Note: As Docker container's shell is non-interactive, environment
199193
# modules are currently not initializing the shell anyway

0 commit comments

Comments
 (0)