Only run pip-audit on runtime dependencies in CI

This commit is contained in:
Ryan Ahearn
2022-10-19 10:39:46 -04:00
parent 04aba21296
commit 773cd99790
4 changed files with 8 additions and 7 deletions

View File

@@ -20,14 +20,14 @@ echo -e "alias lt='exa -al -T -L 2'" >> ~/.zshrc
cd /workspace
# Warm up git index prior to display status in prompt else it will
# be quite slow on every invocation of starship.
git status
pip3 install -r requirements.txt
make bootstrap
# run flask
# make run
# Warm up git index prior to display status in prompt else it will
# be quite slow on every invocation of starship.
git status
echo "FINISHED ENTRYPOINT SCRIPT"