Skip to content

Commit

Permalink
Stop pip-installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Nov 3, 2024
1 parent f50a185 commit f65e262
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ function fetch_or_upgrade_package_linter()
git -C "./package_linter" fetch origin --quiet
git -C "./package_linter" reset --hard origin/master --quiet
fi
pip3 install pyparsing six imgkit toml jsonschema | grep -v "Requirement already satisfied"
}

#=================================================
Expand Down

0 comments on commit f65e262

Please sign in to comment.