Skip to content

Commit

Permalink
quote python version in docs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 8, 2023
1 parent 0c74d1e commit 508bc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python ${{ steps.python-versions.outputs.min }}
uses: actions/setup-python@v4
with:
python-version: ${{ steps.python-versions.outputs.min }}
python-version: '${{ steps.python-versions.outputs.min }}'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python ${{ steps.python-versions.outputs.min }}
uses: actions/setup-python@v4
with:
python-version: ${{ steps.python-versions.outputs.min }}
python-version: '${{ steps.python-versions.outputs.min }}'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 508bc1c

Please sign in to comment.