We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613caf2 commit e0cd4f6Copy full SHA for e0cd4f6
1 file changed
.github/workflows/flake8.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Python 3.10
25
uses: actions/setup-python@v5
26
with:
27
- python-version: 3.10
+ python-version: "3.10"
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
0 commit comments