Skip to content

Commit

Permalink
Update Backend Script for V0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wjiuhe committed Jun 3, 2022
1 parent 1edce32 commit 9bbcad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/backend-api-test-using-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rm -rf dist/*
poetry build
MOUNT_POINT="/opt/workspace"
CMD="cd ${MOUNT_POINT}"
CMD+=" && pip install dist/*.whl pytest && pytest tests/api_tests"
CMD+=" && pip install dist/*.whl pytest requests uvicorn && pytest tests/api_tests"

echo $CMD
for version in "3.6.15" "3.7.13" "3.8.13" "3.9.12" "3.10.4";
Expand Down

0 comments on commit 9bbcad2

Please sign in to comment.