Skip to content

Commit

Permalink
test: add poetry update to docker test, bump poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kent committed Sep 3, 2021
1 parent 3c33933 commit 462b74c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions saw-remote-api/python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions saw-remote-api/scripts/test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function run_test {


echo "Setting up python environment for remote server clients..."
poetry update
poetry install

export SAW_SERVER_URL="http://localhost:8080/"
Expand Down

0 comments on commit 462b74c

Please sign in to comment.