Skip to content

Commit 7bd9ec8

Browse files
authored
Use commit hash to download lint script
Since it was deleted in dmlc/dmlc-core#693
1 parent 7f393bb commit 7bd9ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/task_lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e -o pipefail
55

66
if [ ! -f bin/lint.py ]; then
77
echo "Grab linter ..."
8-
wget https://raw.githubusercontent.com/dmlc/dmlc-core/main/scripts/lint.py
8+
wget https://raw.githubusercontent.com/dmlc/dmlc-core/28c2bfd2a8cf46e632e30d7fec006d3ee4b26b1c/scripts/lint.py
99
mv lint.py bin/lint.py
1010
fi
1111

0 commit comments

Comments
 (0)