Skip to content

Commit

Permalink
Surround in quotes (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Aug 8, 2024
1 parent 25bc459 commit 92b9902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/github-pages/quarto/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:

- name: Install dependencies
shell: bash
run: python -m pip install -r ${{ inputs.requirements-txt }}
run: python -m pip install -r "${{ inputs.requirements-txt }}"

- name: Set up Quarto
# yamllint disable-line rule:line-length
Expand Down

0 comments on commit 92b9902

Please sign in to comment.