Skip to content

Commit

Permalink
[#1] Add install to runqc
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Aug 30, 2023
1 parent 715993e commit cf95e57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/run-qc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ set -eu

# ./wait-for-it.sh -h "${DB_HOST}" -p 5432 -- echo "Database is up and running"

set -eu

pip -q install --upgrade pip
pip -q install --cache-dir=.pip -r requirements.txt
pip check

echo "Running tests"
COVERAGE_PROCESS_START=./.coveragerc \
coverage run --parallel-mode --concurrency=multiprocessing --rcfile=./.coveragerc \
Expand Down

0 comments on commit cf95e57

Please sign in to comment.