Skip to content

Commit 7284f61

Browse files
committed
build: remove manual pip dependency installation
Remove the pip installation commands from the setup script. This streamlines the installation process and delegates Python dependency management to the environment or a separate configuration.
1 parent b7f556f commit 7284f61

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ codeql pack install
1616
# Compile query
1717
print_command "codeql query compile class-pollution.qls"
1818
codeql query compile class-pollution.qls
19-
20-
# Install pip dependency
21-
print_command "python3 -m pip install psutil PyYAML packageurl-python ruamel.yaml"
22-
python3 -m pip install psutil PyYAML packageurl-python ruamel.yaml langgraph langchain-deepseek

0 commit comments

Comments
 (0)