diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ac99773..7c042b9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: python-version: "3.10" - name: Install dependencies run: | - python -m pip install "pip3 install git+https://github.com/posit-dev/great-tables.git@feat-interactive" + python -m pip install "git+https://github.com/posit-dev/great-tables.git@feat-interactive" python -m pip install ".[dev]" - uses: quarto-dev/quarto-actions/setup@v2 with: