Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Jul 28, 2024
1 parent a181038 commit 31604c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actions/github-pages/quarto/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31604c0

Please sign in to comment.