Skip to content

Commit

Permalink
Remove useless pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed May 10, 2022
1 parent 357366b commit e06cdcf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/scripts/task_lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ function shard1 {
echo "Convert scripts to Python..."
tests/scripts/task_convert_scripts_to_python.sh

# TODO: Remove this ad-hoc pip install once https://github.com/apache/tvm/pull/10741
# is added to the ci_lint Docker image
python3 -m pip install --user -r jenkins/requirements.txt
echo "Check Jenkinsfile generation"
python3 jenkins/generate.py --check

Expand Down

0 comments on commit e06cdcf

Please sign in to comment.