We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c8949 commit 3ca046aCopy full SHA for 3ca046a
Makefile
@@ -37,7 +37,7 @@ install-poetry: ## Ensure Poetry is installed and the correct version is being
37
install-dependencies: ## Install dependencies including dev, docs, and all extras
38
poetry install --all-extras
39
40
-install: | install-poetry install-dependencies
+install: | install-dependencies
41
42
check-license: ## Check license headers
43
./dev/check-license
0 commit comments