From 14e237ae95ccc86e4164bb20e30ca01042c30885 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Wed, 21 Aug 2024 17:46:50 -0400 Subject: [PATCH] ci: always build with latest quarto --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b912ec..1ed7f07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,8 +98,6 @@ jobs: python -m pip install shiny shinylive python -m pip install --no-deps dascore==0.0.8 - uses: quarto-dev/quarto-actions/setup@v2 - with: - version: "1.2.475" - name: Build docs run: | make docs-build