From b1d88f6b1cc21646bc2bcf37b218a8f65301b0ce Mon Sep 17 00:00:00 2001 From: hwelch-fle <91618355+hwelch-fle@users.noreply.github.com> Date: Mon, 1 May 2023 15:43:36 -0400 Subject: [PATCH] Update pdoc.yml --- .github/workflows/pdoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pdoc.yml b/.github/workflows/pdoc.yml index 7b5102a..613ff6d 100644 --- a/.github/workflows/pdoc.yml +++ b/.github/workflows/pdoc.yml @@ -24,8 +24,8 @@ jobs: python-version: '3.11' # ADJUST THIS: install all dependencies (including pdoc) - - run: pip install -e . - - run: pip install --upgrade pip + #- run: pip install -e . + #- run: pip install --upgrade pip - run: pip install pdoc # ADJUST THIS: build your documentation into docs/. # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.