Skip to content

Commit

Permalink
ci: do not install branch of great tables
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Aug 12, 2024
1 parent 2dc6332 commit 9c5e254
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
# we are using the -e flag, so that code cov finds the source.
# this is not ideal, since installing an editable can technically
# differ from a normal install in surprising ways.
python -m pip install "git+https://github.com/posit-dev/great-tables.git@feat-interactive"
pip install -e '.[all]'
- name: Unit tests
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
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 9c5e254

Please sign in to comment.