Skip to content

Commit

Permalink
comment out python packages install - since it is installed in the EC…
Browse files Browse the repository at this point in the history
…R CI image - save time?.
  • Loading branch information
JFU-NAVA-PBC committed Dec 13, 2024
1 parent 4e2d515 commit 9a83637
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ pipeline {
}
}

stage("INSTALL Python Packages") {
steps {
sh """
pip3 install --upgrade pip setuptools wheel
pip3 install -r requirements/requirements.dev.txt --no-index --find-links ./vendor/
"""
}
}
// stage("INSTALL Python Packages") {
// steps {
// sh """
// pip3 install --upgrade pip setuptools wheel
// pip3 install -r requirements/requirements.dev.txt --no-index --find-links ./vendor/
// """
// }
// }

stage("CHECK Flake8 Python Lint/Style") {
steps{
Expand Down

0 comments on commit 9a83637

Please sign in to comment.