Skip to content

Commit

Permalink
Fix Python version parsing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Apr 9, 2024
1 parent 89a7a60 commit 0c91850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0c91850

Please sign in to comment.