File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ jobs:
9999 # A virtual env is mandatory under debian
100100 if [[ "${{ matrix.container }}" == "debian13" ]]; then
101101 python -m venv khiops-debian-venv
102- source khiops-debian-venv/bin/activate
102+ source khiops-debian-venv/bin/activate
103103 fi
104104 pip install --upgrade pip
105105 pip install $(ls khiops*.tar.gz)
106106 if [[ "${{ matrix.container }}" == "debian13" ]]; then
107- deactivate
107+ deactivate
108108 fi
109109 - name : Run tests
110110 env :
@@ -125,7 +125,7 @@ jobs:
125125
126126 # A virtual env is mandatory under debian
127127 if [[ "${{ matrix.container }}" == "debian13" ]]; then
128- source khiops-debian-venv/bin/activate
128+ source khiops-debian-venv/bin/activate
129129 fi
130130
131131 # Print khiops installation status
@@ -141,8 +141,8 @@ jobs:
141141 # The MPI command is not always named mpiexec, but can be orterun etc
142142 # (as given by khiops_env)
143143 kh-status | grep "MPI command" | grep -vwq "<empty>"
144- if [[ "${{ matrix.container }}" == "debian13" ]]; then
145- deactivate
144+ if [[ "${{ matrix.container }}" == "debian13" ]]; then
145+ deactivate
146146 fi
147147 - name : Test package / Git tag version coherence
148148 shell : bash
You can’t perform that action at this time.
0 commit comments