Skip to content

Commit

Permalink
Properly quote python version number in workflow definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Sep 3, 2024
1 parent e094de2 commit 1222f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.txt
working-directory: ./docs
Expand Down

0 comments on commit 1222f95

Please sign in to comment.