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 79b6c7d commit 3941903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
SKLEARN_VERSION: 1.1

jobs:
sklearn:
sklearn_lnx:
name: lnx_Python3.9_Sklearn1.1
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -95,6 +95,7 @@ jobs:
source ../__release_lnx/daal/latest/env/vars.sh # prepare oneDAL
export SKLEARNEX_PREVIEW='1'
bash ./scripts/run_sklearn_tests.sh cpu
sklearn_win:
name: win_Python3.9_Sklearn1.1
runs-on: windows-2022
steps:
Expand Down

0 comments on commit 3941903

Please sign in to comment.