Skip to content

Commit e0cd4f6

Browse files
committed
ci: Fix flake8 workflow configuration
1 parent 613caf2 commit e0cd4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python 3.10
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.10
27+
python-version: "3.10"
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)