diff --git a/Makefile b/Makefile index 8fe48f8..198c4d2 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ up-rebuild:$(DOCKER_COMPOSE_YAML) # Rebuild the docker image from scratch .PHONY:force-rebuild force-rebuild:$(DOCKER_COMPOSE_YAML) - $(DOCKER_COMPOSE) compose --file $(DOCKER_COMPOSE_YAML) build --no-cache + $(DOCKER_COMPOSE) compose --profile standalone --file $(DOCKER_COMPOSE_YAML) build --no-cache # Turn project off .PHONY:down diff --git a/pyproject.toml b/pyproject.toml index 6a22c5f..6b090a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ mock = "^5.1.0" poethepoet = "^0.21.1" [tool.poe.tasks] -install-pyciemss = "pip install git+https://github.com/ciemss/pyciemss.git#c54cff8e301aa53239a9f0e789c8618c3c75569b" +install-pyciemss = "pip install --no-cache git+https://github.com/ciemss/pyciemss.git@v0.0.1" [tool.pytest.ini_options] python_files = ["tests/tests.py"]