Skip to content

Commit 386646d

Browse files
committed
fix:install flake8
1 parent abad795 commit 386646d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/test.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
with:
2525
python-version: 3.12
2626
allow-prereleases: true
27-
27+
- name: Install dependencies
28+
run: |
29+
python -m pip install --upgrade pip
30+
pip install flake8
2831
- name: Run flake8
2932
shell: bash
3033
run: |

0 commit comments

Comments
 (0)