We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NO_DIST=1
1 parent ee612f9 commit c98f6d4Copy full SHA for c98f6d4
.ci/pipeline/build-and-test-lnx.yml
@@ -79,6 +79,7 @@ steps:
79
env:
80
TBBROOT: ${{ variables.TBBROOT }}
81
COVERAGE_RCFILE: ${{ variables.COVERAGE_RCFILE }}
82
+ NO_DIST: 1
83
displayName: "Sklearnex testing"
84
- script: |
85
. /usr/share/miniconda/etc/profile.d/conda.sh
.ci/pipeline/build-and-test-win.yml
@@ -65,6 +65,7 @@ steps:
65
66
DALROOT: ${{ variables.DALROOT }}
67
68
69
70
call activate CB
71
if defined DALROOT call "%DALROOT%\env\vars.bat"
0 commit comments