From ebb4dc227b9aada64d4872493ef3e862379cedf9 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Thu, 7 Mar 2024 20:36:47 +0545 Subject: [PATCH] ci(mkdocs): update mkdocs to use python setup install instead of editable install --- .github/workflows/publish_mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_mkdocs.yml b/.github/workflows/publish_mkdocs.yml index 94977f28..6ea0b88a 100644 --- a/.github/workflows/publish_mkdocs.yml +++ b/.github/workflows/publish_mkdocs.yml @@ -23,7 +23,7 @@ jobs: - name: Install Dependencies run: | pip install -r requirements.txt - pip install -e . + python setup.py install pip install mkdocs-material==8.5.11 mkdocs-jupyter==0.22.0 neoteroi-mkdocs==0.1.2 pdocs==1.0.1 mv config.txt.sample config.txt - name: Update API docs