From 080d50c2d021e5ddcaedd49626371ed9868dadc4 Mon Sep 17 00:00:00 2001 From: Tushar Bana <153725830+tusharbana-ansys@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:46:03 +0530 Subject: [PATCH] Update Makefile Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fab630d..5c4dd08 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ tests: doc: @echo "Installing uv..." - pip install uv + pip install uv @echo "Installing documentation dependencies..." uv pip install -e .[doc] @echo "Building documentation..."