Skip to content

Commit

Permalink
35: Add missing commands to setup venv and install dependencies for i…
Browse files Browse the repository at this point in the history
…ntegration test.
  • Loading branch information
lfse-slafleur committed Apr 30, 2024
1 parent bb2691d commit 0d21d53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_test/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ export ORCHESTRATOR_DIR="${CURRENT_WORKDIR}/../"
export TEST_WORKER_DIR="${CURRENT_WORKDIR}/test_worker/"

docker compose -f ${DOCKER_COMPOSE_FILE} -f ${DOCKER_COMPOSE_OVERRIDE_FILE} --env-file ${ENV_FILE} up --build -d orchestrator test_worker

python3 -m venv ./.venv/
. .venv/bin/activate
pip install -r requirements.txt

0 comments on commit 0d21d53

Please sign in to comment.