Skip to content

Commit 6f1c28b

Browse files
author
Andrei
committed
Update lint.yml
1 parent 4560b7a commit 6f1c28b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535

3636
- name: Install dependencies
3737
run: |
38-
pip install --upgrade pip
39-
pip install -r requirements.style.txt
38+
pip3 install --upgrade pip
39+
pip3 install -r requirements.style.txt
4040
4141
- name: Lint
4242
run: make lint

0 commit comments

Comments
 (0)