diff --git a/.circleci/config.yml b/.circleci/config.yml index 45e89a007..f37fcf4f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: name: Install napari-dev command: | . .venv/bin/activate - uv pip install -e "napari/[pyqt5,docs]" + uv pip install -e "napari/[pyqt6]" --group docs environment: UV_CONSTRAINT: napari/resources/constraints/constraints_py3.12_docs.txt - run: diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index b175067e8..06947d2fb 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -39,7 +39,7 @@ jobs: - name: Install Dependencies run: | python -m pip install --upgrade pip - python -m pip install "napari/[pyqt5, docs]" + python -m pip install "napari/[pyqt5]" --group docs env: PIP_CONSTRAINT: ${{ github.workspace }}/napari/resources/constraints/constraints_py3.10_docs.txt