This commit is contained in:
Michael Pilosov 2023-03-19 20:05:53 -06:00
parent 91b40234cb
commit 25a7f003d8

View File

@ -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~=0.0.2rc0; announce_server start_registry"
.PHONY: build clean pub install test-api