Skip to content

Commit 8abc494

Browse files
committed
Set KHIOPS_PROC_NUMBER > 2 so that mpiexec gets set to non-empty string
1 parent 3d04538 commit 8abc494

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ jobs:
196196
- name: Setup and Install Test Requirements
197197
run: pip install -r test-requirements.txt
198198
- name: Test Khiops Integration
199+
env:
200+
KHIOPS_PROC_NUMBER: 4
199201
shell: pwsh
200202
run: |
201203
# Refresh environment variables by using the Chocolatey tool

0 commit comments

Comments
 (0)