Skip to content

Commit c98f6d4

Browse files
MAINT: Add NO_DIST=1 for CI jobs that don't run distributed mode (#2692)
* set NO_DIST=1 for tests that don't run distributed mode * remove NO_DIST where it's not used
1 parent ee612f9 commit c98f6d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/pipeline/build-and-test-lnx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ steps:
7979
env:
8080
TBBROOT: ${{ variables.TBBROOT }}
8181
COVERAGE_RCFILE: ${{ variables.COVERAGE_RCFILE }}
82+
NO_DIST: 1
8283
displayName: "Sklearnex testing"
8384
- script: |
8485
. /usr/share/miniconda/etc/profile.d/conda.sh

.ci/pipeline/build-and-test-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ steps:
6565
COVERAGE_RCFILE: ${{ variables.COVERAGE_RCFILE }}
6666
DALROOT: ${{ variables.DALROOT }}
6767
TBBROOT: ${{ variables.TBBROOT }}
68+
NO_DIST: 1
6869
- script: |
6970
call activate CB
7071
if defined DALROOT call "%DALROOT%\env\vars.bat"

0 commit comments

Comments
 (0)