From 31604c0e626ccb2b6a1c10b67a2c1e9d8103a7a2 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Sun, 28 Jul 2024 11:26:43 +0100 Subject: [PATCH] Install dependencies --- actions/github-pages/quarto/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actions/github-pages/quarto/action.yml b/actions/github-pages/quarto/action.yml index 1ffa8c1..bdcf514 100644 --- a/actions/github-pages/quarto/action.yml +++ b/actions/github-pages/quarto/action.yml @@ -25,6 +25,10 @@ runs: cache: pip cache-dependency-path: ${{ inputs.requirements-txt }} + - name: Install dependencies + shell: bash + run: python -m pip install -r ${{ inputs.requirements-txt }} + - name: Set up Quarto # yamllint disable-line rule:line-length uses: quarto-dev/quarto-actions/setup@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2