Skip to content

Commit 8fa07f6

Browse files
authored
Update lintrunner.sh
1 parent 5efbb69 commit 8fa07f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/lintrunner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44
# Creat a venv for lint check
55
python3 -m venv lint
66
source lint/bin/activate
7-
python3 -m pip install setuptools
7+
python3 -m pip install -U pip setuptools wheel
88

99
# Use uv to speed up lintrunner init
1010
python3 -m pip install uv==0.1.45

0 commit comments

Comments
 (0)