Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 0fd5f05

Browse files
committed
Update flake8_kyu5.yml
1 parent 0cefdea commit 0fd5f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flake8_kyu5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip setuptools wheel
37-
pip install -r requirements.txt
38-
pip install flake8
37+
python -m pip install -r requirements.txt
38+
python -m pip install flake8
3939
- name: Check flake8 version
4040
run: |
4141
python -m flake8 --version

0 commit comments

Comments
 (0)