From 3e2e1c2f58f744dd24165d2df8ecfbe109664866 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Sun, 19 Mar 2023 20:05:53 -0600 Subject: [PATCH] makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f09947..5c97ecc 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ install: pip install -e .[dev,pub] test-api: - docker run --rm -ti -p 4999:4999 python:3.7-slim bash -c "pip install announce_server==0.0.2rc2; pip install 'python-socketsio[asyncio_client]==5.0'; announce_server start_registry" + docker run --rm -ti -p 4999:4999 python:3.7-slim bash -c "pip install -U announce_server; announce_server start_registry" .PHONY: build clean pub install test-api \ No newline at end of file