Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Jul 18, 2024
1 parent 016a70a commit c7990d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
call .\dpcpp\compiler\${{ env.DPCPP_VERSION }}\env\vars.bat
set PATH=C:\msys64\usr\bin;%PATH%
bash .ci/scripts/describe_system.sh
echo "NO_DIST=1" >> "$GITHUB_ENV"
- name: Build daal4py/sklearnex
shell: cmd
run: |
Expand All @@ -162,6 +161,7 @@ jobs:
call .\dpcpp\tbb\${{ env.TBB_VERSION }}\env\vars.bat # prepare tbb
call .\__release_win\daal\latest\env\vars.bat # prepare oneDAL
set PREFIX=.
set NO_DIST=1
call conda-recipe\bld.bat
IF %ERRORLEVEL% neq 0 EXIT /b %ERRORLEVEL%
set CONDA_PREFIX=%DALROOT%
Expand Down

0 comments on commit c7990d4

Please sign in to comment.