Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Jul 15, 2024
1 parent 0325e27 commit 4fa1e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4fa1e59

Please sign in to comment.