mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Only run pip-audit on runtime dependencies in CI
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user