diff --git a/saw-remote-api/scripts/run_rpc_tests.sh b/saw-remote-api/scripts/run_rpc_tests.sh index 7810c71788..d42ca22429 100755 --- a/saw-remote-api/scripts/run_rpc_tests.sh +++ b/saw-remote-api/scripts/run_rpc_tests.sh @@ -13,7 +13,6 @@ function run_test { } echo "Setting up python environment for remote server clients..." -poetry update poetry install echo "Typechecking code with mypy..."