Skip to content

Commit

Permalink
CI Use same install script for Windows as the other builds (#28500)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Feb 22, 2024
1 parent c826fec commit 458d7a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
2 changes: 1 addition & 1 deletion build_tools/azure/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ scikit_learn_install() {
python setup.py develop
fi

ccache -s
ccache -s || echo "ccache not installed, skipping ccache statistics"
}

main() {
Expand Down
29 changes: 0 additions & 29 deletions build_tools/azure/install_win.sh

This file was deleted.

2 changes: 1 addition & 1 deletion build_tools/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
architecture: 'x86'
displayName: Use 32 bit System Python
condition: and(succeeded(), eq(variables['PYTHON_ARCH'], '32'))
- bash: ./build_tools/azure/install_win.sh
- bash: ./build_tools/azure/install.sh
displayName: 'Install'
- bash: ./build_tools/azure/test_script.sh
displayName: 'Test Library'
Expand Down

0 comments on commit 458d7a7

Please sign in to comment.