diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 74c925d..778731d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,8 +20,8 @@ jobs: ssh-agent sh -c 'echo "${{ secrets.ZONOPY_KEY }}" | ssh-add - && git clone git@github.com:roahmlab/zonopy.git' cd zonopy && pip install -e . && cd .. ssh-agent sh -c 'echo "${{ secrets.ZONOPYROB_KEY }}" | ssh-add - && git clone git@github.com:roahmlab/zonopy-robots.git' - cd zonopy-robots && pip install -e . && cd .. - pip install -e . + cd zonopy-robots && pip install -e . --no-dependencies && cd .. + pip install -e . --no-dependencies && cd .. - name: Sphinx build run: | sphinx-build docs/source docs/build