Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_tools/azure/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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