From 9c5e254d7c0280b7b5a0699743f4b78323ae165e Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Mon, 12 Aug 2024 14:30:58 -0700 Subject: [PATCH] ci: do not install branch of great tables --- .github/workflows/ci.yml | 1 - .github/workflows/docs.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ed42a5..b213fc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 19c3cbd..95d3f38 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: