Skip to content

Commit e13e280

Browse files
authored
MNT Replace tab by spaces in bash script (scikit-learn#30892)
1 parent 0b5cd27 commit e13e280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/github/upload_anaconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
set -x
55

66
if [[ "$GITHUB_EVENT_NAME" == "schedule" \
7-
|| "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]]; then
7+
|| "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]]; then
88
ANACONDA_ORG="scientific-python-nightly-wheels"
99
ANACONDA_TOKEN="$SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN"
1010
else

0 commit comments

Comments
 (0)