We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5299a commit 8dcdf77Copy full SHA for 8dcdf77
.github/workflows/python-app.yml
@@ -16,5 +16,6 @@ jobs:
16
17
- name: Install dependencies
18
run: |
19
- python -m pip install --upgrade pip
+ # python -m pip install --upgrade pip
20
+ pip install isort
21
0 commit comments