Skip to content

Commit

Permalink
Merge pull request #1444 from GaloisInc/test-docker-rpc-fix
Browse files Browse the repository at this point in the history
test: add poetry update to docker rpc test script
  • Loading branch information
mergify[bot] authored Sep 8, 2021
2 parents ce2dd0f + 65b638b commit 72f5bc5
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 72f5bc5

Please sign in to comment.