Skip to content

Commit

Permalink
Correct test call in Win CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss committed Aug 13, 2024
1 parent bf437a3 commit 7df7290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/pipeline/build-and-test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ steps:
- script: |
call activate CB
cd ..
call s\conda-recipe\run_test.bat s
call s\conda-recipe\run_test.bat s\
displayName: 'Sklearnex testing'
- script: |
call activate CB
Expand Down

0 comments on commit 7df7290

Please sign in to comment.